Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-21 | sd-dhcp-client: add fallback subnet masks | Tom Gundersen | |
The DHCP RFC does not require the DHCP server to send a subnet mask, so if it is missing, let's try to use the default subnet masks based on address class. In case the class the address belongs to does not have a default subnet mask, we fail as before. Also improve logging when handling invalid dhcp messages, and simply ignore them rather than stop the whole dhcp client. | |||
2014-03-03 | sd-dhcp-lease: add sd_dhcp_lease_get_next_server() | Tom Gundersen | |
2014-03-03 | sd-dhcp-lease: add Root Path support | Tom Gundersen | |
This is necessary when mounting /dev/nfs based on a DHCP lease. | |||
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. |