GNOME Bugzilla – Bug 751430
Apply IP config properly to device
Last modified: 2015-06-24 13:09:54 UTC
When static IPs are configured together with 'auto' method for both IPv4 and IPv6, the static addresses for one of the families (usually IPv6) are not configured to the device. Testcase: $ nmcli con add type ether con-name AAA ifname eth0 autoconnect no $ nmcli con mod AAA ipv4.addresses 1.1.1.1/24 ipv6.addresses 99::99/64 $ nmcli con up AAA There is also a test in beaker failing due to that: NetworkManager_Test37_run_once_new_connection.
Created attachment 305996 [details] [review] [PATCH] device: fix configuration of static IP addresses
LGTM
I pushed branch jk/ip-config-change-fix, but forgot to mentioned it here. It dies basically the same. But also splits IP4/IP6 changes for platform signals.
Committed to master as: 84b5fa2 device: split IP config changes signal handling to IPv4 and IPv6 0a00eb6 device: split ensure_ipx_config() into IPv4 and IPv6 (bgo #751430