NetworkManager/callouts/tests
Dan Winship f17699f4e3 libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gateway
The gateway is a global property of the IPv4/IPv6 configuration, not
an attribute of any particular address. So represent it as such in the
API; remove the gateway from NMIPAddress, and add it to
NMSettingIPConfig.

Behind the scenes, the gateway is still serialized along with the
first address in NMSettingIPConfig:addresses, and is deserialized from
that if the settings dictionary doesn't contain a 'gateway' key.

Adjust nmcli's interactive mode to prompt for IP addresses and gateway
separately. (Patch partly from Jirka Klimeš.)
2014-11-07 07:49:40 -05:00
..
dispatcher-old-down dispatcher/test: fix tests after adding PATH environment variable 2014-04-22 12:24:25 +02:00
dispatcher-old-up dispatcher/test: fix tests after adding PATH environment variable 2014-04-22 12:24:25 +02:00
dispatcher-old-vpn-down dispatcher/test: fix tests after adding PATH environment variable 2014-04-22 12:24:25 +02:00
dispatcher-old-vpn-up dispatcher/test: fix tests after adding PATH environment variable 2014-04-22 12:24:25 +02:00
Makefile.am Merge branch 'lr/rpm-make-check' 2014-10-30 14:40:47 +01:00
test-dispatcher-envp.c libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gateway 2014-11-07 07:49:40 -05:00