Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-28 | sd-network: add new library | Tom Gundersen | |
This is similar to sd-login, but exposes the state of networkd rather than logind. Include it in libsystemd-dhcp and rename it to libsystemd-network. | |||
2014-01-21 | libsystemd-dhcp: revert merge into libsystemd | Tom Gundersen | |
Unlike the other merged libs, the rest of libsystemd will never depend on sd-dhcp-client, so there is no reason not to keep it separate. | |||
2014-01-13 | libsystemd-dhcp: merge into libsystemd | Tom Gundersen | |
2013-12-12 | dhcp: Add option appending and parsing | Patrik Flykt | |
Add functions to append and parse DHCP options. Not all options are passed to the callback function, the ones not exposed are pad, end, message type and overload. If indicated by the overload option, file and sname fields will be examined for more options. The option functions are internal to DHCP, add a new header files for interal function prototypes. |