diff options
| author | Michael Biebl <biebl@debian.org> | 2025-02-27 22:37:33 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-02-27 22:37:33 +0100 |
| commit | b6e8711654c61e14f7058aa749911de846b54224 (patch) | |
| tree | f80a43f3daf50685fd79d9bfe80df8e3b878ddd5 /src/nmtui | |
| parent | 818258cf34b83fbc754633295e1052d4752d7b15 (diff) | |
New upstream version 1.50.3 upstream/1.50.3
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}}; |