NetworkManager/src/dhcp-manager
Dan Winship 68f12b4e9c settings: make connections always have s_ip4 and s_ip6
Make sure that all connections returned from NMSettings or created via
AddAndActivateConnection have an NMSettingIP4Config and an
NMSettingIP6Config, with non-NULL methods, and get rid of
now-unnecessary checks for those.

Also move the slaves-can't-have-IP-config checks into the
platform-independent code as well. This also gets rid of spurious
"ignoring IP4/IP6 configuration" warnings in ifcfg-rh when reading a
slave ifcfg file.

Partly based on a patch from Pavel.

https://bugzilla.gnome.org/show_bug.cgi?id=708875
2013-10-11 12:24:34 -04:00
..
tests dhcp: add a testcase for distinguishing client identifier type 2013-09-09 09:14:38 +02:00
Makefile.am build: don't install nm-dhcp-helper dbus permissions if we don't need to 2013-05-14 15:37:41 -05:00
nm-dhcp-client.c dhcp: fix IPv6 address prefixes (rh #1013583) 2013-10-01 15:48:25 -05:00
nm-dhcp-client.h dhcp: add generic DUID infrastructure 2013-01-29 10:16:45 -06:00
nm-dhcp-dhclient-utils.c settings: make connections always have s_ip4 and s_ip6 2013-10-11 12:24:34 -04:00
nm-dhcp-dhclient-utils.h dhclient: save DUID to dhclient leasefiles when required 2013-01-29 10:18:42 -06:00
nm-dhcp-dhclient.c fix: avoid call to g_file_test with NULL path in nm-dhcp-dhclient.c 2013-08-30 19:53:25 +02:00
nm-dhcp-dhclient.h dhcp: store NetworkManager-specific dhclient leases in /var/lib/NetworkManager/ 2012-11-16 15:27:22 -06:00
nm-dhcp-dhcpcd.c core: add option for running from the build tree 2013-05-22 16:17:23 +02:00
nm-dhcp-dhcpcd.h dhcp: store NetworkManager-specific dhclient leases in /var/lib/NetworkManager/ 2012-11-16 15:27:22 -06:00
nm-dhcp-helper.c dhcp: kill dhclient on fatal errors 2013-08-13 22:35:00 +02:00
nm-dhcp-helper.conf dhcp: use private socket to return status if available 2013-04-08 11:30:31 -05:00
nm-dhcp-manager.c settings: make connections always have s_ip4 and s_ip6 2013-10-11 12:24:34 -04:00
nm-dhcp-manager.h core: add option for running from the build tree 2013-05-22 16:17:23 +02:00