diff options
| author | Michael Biebl <biebl@debian.org> | 2025-02-27 22:37:39 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-02-27 22:37:39 +0100 |
| commit | b2efa0775898d35e08a2c04e3b8518999b90ccd0 (patch) | |
| tree | 2463772afa7b4992a3fdd4157486bfb45854d0d2 /src/nmtui | |
| parent | 9add9de1d2446d418b5eed9379f07148a6023500 (diff) | |
| parent | b6e8711654c61e14f7058aa749911de846b54224 (diff) | |
Update upstream source from tag 'upstream/1.50.3'
Update to upstream version '1.50.3' with Debian dir d7502a36df0ead668412f0c09d53aa36e361c192
Diffstat (limited to 'src/nmtui')
| -rw-r--r-- | src/nmtui/nmt-page-ip6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nmtui/nmt-page-ip6.c b/src/nmtui/nmt-page-ip6.c index 7e7a48c5..bd29a3a7 100644 --- a/src/nmtui/nmt-page-ip6.c +++ b/src/nmtui/nmt-page-ip6.c @@ -29,6 +29,7 @@ static NmtNewtPopupEntry ip6methods[] = { {N_("Automatic (DHCP-only)"), NM_SETTING_IP6_CONFIG_METHOD_DHCP}, {N_("Link-Local"), NM_SETTING_IP6_CONFIG_METHOD_LINK_LOCAL}, {N_("Manual"), NM_SETTING_IP6_CONFIG_METHOD_MANUAL}, + {N_("Shared"), NM_SETTING_IP6_CONFIG_METHOD_SHARED}, {N_("Disabled"), NM_SETTING_IP6_CONFIG_METHOD_DISABLED}, {NULL, NULL}}; |