Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-19 | sd-dhcp6-lease: Add functions for accessing lease and addresses | Patrik Flykt | |
Add support functions for accessing the current client lease as well as iterating over the addresses and get their preferred and valid lifetimes. | |||
2014-06-19 | sd-dhcp6-lease: Add DHCPv6 lease handling | Patrik Flykt | |
Create a structure describing a DHCPv6 lease. Add internal functions for creating a new lease and accessing the server ID, preference and IAID. Provide functions for clearing addresses and associated timers. External users are initially given only the capabilities of referencing and unreferencing the lease structure. |