gnome-control-center/panels/network/connection-editor
Michael Catanzaro ed15c1a2f0 Fix setting to disable IPv6
The setting to disable IPv6 did not actually work. Instead, it just
caused NetworkManager to ignore IPv6 entirely. From the libnm
documentation of NM_SETTING_IP6_CONFIG_METHOD_IGNORE: "IPv6 is not
required or is handled by some other mechanism, and NetworkManager
should not configure IPv6 for this connection." It's just the wrong enum
to use here.

I considered adding a new radio button to use the older ignore setting,
but it doesn't make a ton of sense since that setting allows IPv6 to be
configured outside NetworkManager, and what is the point of exposing
graphical configuration for that? So instead, we can have the GUI change
the value from IGNORE to DISABLED if set.

Fixes #593
2020-07-16 23:41:07 +00:00
..
8021x-security-page.ui network: Convert CEPage widgets to GtkTemplate 2019-11-06 22:04:15 +13:00
ce-page-8021x-security.c network: Connect signals with g_signal_connect_object in swapped form 2020-03-30 16:18:50 +13:00
ce-page-8021x-security.h network: Convert CEPage widgets to GtkTemplate 2019-11-06 22:04:15 +13:00
ce-page-details.c network: Connect signals with g_signal_connect_object in swapped form 2020-03-30 16:18:50 +13:00
ce-page-details.h network: Convert CEPage widgets to GtkTemplate 2019-11-06 22:04:15 +13:00
ce-page-ethernet.c network: Connect signals with g_signal_connect_object in swapped form 2020-03-30 16:18:50 +13:00
ce-page-ethernet.h Fix license headers that must have got search and replaced 2020-07-17 09:24:32 +12:00
ce-page-ip4.c network: Fix connection editor blanking when removing manual entry 2020-07-16 21:05:23 +00:00
ce-page-ip4.h Fix license headers that must have got search and replaced 2020-07-17 09:24:32 +12:00
ce-page-ip6.c Fix setting to disable IPv6 2020-07-16 23:41:07 +00:00
ce-page-ip6.h Fix license headers that must have got search and replaced 2020-07-17 09:24:32 +12:00
ce-page-security.c network: Connect signals with g_signal_connect_object in swapped form 2020-03-30 16:18:50 +13:00
ce-page-security.h Fix license headers that must have got search and replaced 2020-07-17 09:24:32 +12:00
ce-page-vpn.c network: Connect signals with g_signal_connect_object in swapped form 2020-03-30 16:18:50 +13:00
ce-page-vpn.h Fix license headers that must have got search and replaced 2020-07-17 09:24:32 +12:00
ce-page-wifi.c network: Connect signals with g_signal_connect_object in swapped form 2020-03-30 16:18:50 +13:00
ce-page-wifi.h Fix license headers that must have got search and replaced 2020-07-17 09:24:32 +12:00
ce-page.c network: Convert CEPage widgets to GtkTemplate 2019-11-06 22:04:15 +13:00
ce-page.h network: Convert CEPage widgets to GtkTemplate 2019-11-06 22:04:15 +13:00
connection-editor.gresource.xml network: Drop Reset page 2017-06-14 16:41:10 -03:00
connection-editor.ui network: Make list in "new VPN" dialog fill up space 2019-12-04 20:30:49 +01:00
details-page.ui network: Tweak wording of metered data checkbox in connection dialog 2020-01-08 15:46:22 +00:00
ethernet-page.ui network: Convert CEPage widgets to GtkTemplate 2019-11-06 22:04:15 +13:00
ip4-page.ui network: Add option for connection sharing 2019-11-13 15:12:01 +13:00
ip6-page.ui network: Add option for connection sharing 2019-11-13 15:12:01 +13:00
meson.build network: Move common code to common location 2019-11-27 22:05:46 +00:00
net-connection-editor.c network: Connect signals with g_signal_connect_object in swapped form 2020-03-30 16:18:50 +13:00
net-connection-editor.h network: Remove unused method 2019-11-06 22:04:15 +13:00
security-page.ui network: Convert CEPage widgets to GtkTemplate 2019-11-06 22:04:15 +13:00
vpn-helpers.c network: Remove unused function 2019-11-06 22:04:15 +13:00
vpn-helpers.h network: Remove unused function 2019-11-06 22:04:15 +13:00
vpn-page.ui network: Convert CEPage widgets to GtkTemplate 2019-11-06 22:04:15 +13:00
wifi-page.ui network: Convert CEPage widgets to GtkTemplate 2019-11-06 22:04:15 +13:00