NetworkManager/src/dhcp-manager
Dan Williams a7323ab2cc dhclient: use fqdn.fqdn for server DDNS updates
dhclient only supports fqdn.fqdn for server DDNS updates with
DHCPv6.  And even though the underlying DHCP options that fqdn.fqdn
controls allow non-qualified hostnames on the wire, dhclient does
not.  So we must require a fully-qualified name for DHCPv6.

Second, while no-client-updates seems like it should be "off", doing
that apparently makes dhclient set the "O" flag to 1 which appears to
be a bug, and results in the server not doing the DDNS update.  So
we must stop setting that option too.

Found by: Alexander Groß

(cherry picked from commit 677cee0f23)
2015-02-27 10:06:25 -06:00
..
systemd-dhcp logging: pass file:line as separate arguments to _nm_log() 2014-12-18 17:38:35 +01:00
tests dhclient: use fqdn.fqdn for server DDNS updates 2015-02-27 10:06:25 -06:00
Makefile.am dhcp-manager: port nm-dhcp-helper from dbus-glib to gdbus 2014-09-04 18:19:21 -04:00
nm-dhcp-client.c dhcp-client: memleak: free uuid on dispose 2015-02-18 18:15:35 +01:00
nm-dhcp-client.h core: better handle DHCP expiry/nak during initial lease acquisition (bgo #739482) 2014-12-12 11:00:00 -06:00
nm-dhcp-dhclient-utils.c dhclient: use fqdn.fqdn for server DDNS updates 2015-02-27 10:06:25 -06:00
nm-dhcp-dhclient-utils.h dhcp: preserve DHCPv4 client ID for later use 2014-11-07 12:18:32 -06:00
nm-dhcp-dhclient.c dhcp: pass device specific route metric to nm_dhcp_systemd_get_lease_ip_configs() 2014-11-24 10:52:56 -05:00
nm-dhcp-dhclient.h dhcp: move client-specific knowledge out of the manager 2014-11-07 12:18:32 -06:00
nm-dhcp-dhcpcd.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-dhcp-dhcpcd.h dhcp: move client-specific knowledge out of the manager 2014-11-07 12:18:32 -06:00
nm-dhcp-helper.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-dhcp-helper.conf dhcp: use private socket to return status if available 2013-04-08 11:30:31 -05:00
nm-dhcp-listener.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-dhcp-listener.h dhcp: move D-Bus DHCP listener into separate class 2014-11-07 12:18:32 -06:00
nm-dhcp-manager.c dhcp: pass device specific route metric to nm_dhcp_systemd_get_lease_ip_configs() 2014-11-24 10:52:56 -05:00
nm-dhcp-manager.h dhcp: pass device specific route metric to nm_dhcp_systemd_get_lease_ip_configs() 2014-11-24 10:52:56 -05:00
nm-dhcp-systemd.c core: better handle DHCP expiry/nak during initial lease acquisition (bgo #739482) 2014-12-12 11:00:00 -06:00
nm-dhcp-systemd.h dhcp: move client-specific knowledge out of the manager 2014-11-07 12:18:32 -06:00
nm-dhcp-utils.c all: consistently include config.h 2014-11-13 17:18:42 -05:00
nm-dhcp-utils.h dhcp: add nm_dhcp_utils_client_id_string_to_bytes() 2014-11-06 21:58:32 -06:00