about summary refs log tree commit diff
path: root/src/nmtui
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2025-02-28 17:38:27 +0100
committerMichael Biebl <biebl@debian.org>2025-02-28 17:38:27 +0100
commit9685be6ccea0ce642656fae43963fdd2a0b910a5 (patch)
tree5e4ac7639446e83a681429758732c4144d04f9a6 /src/nmtui
parent38da8d26340307e811b3e09c6a6adf278cd5a792 (diff)
parent625e8ce60e826bde943487b8238884a9232e4562 (diff)
Update upstream source from tag 'upstream/1.52.0'
Update to upstream version '1.52.0'
with Debian dir f67ffc37a3e729d7b0a68693e9272295f6648094
Diffstat (limited to 'src/nmtui')
-rw-r--r--src/nmtui/nmt-page-ip6.c1
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}};