diff options
| author | Michael Biebl <biebl@debian.org> | 2019-07-31 10:51:42 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2019-07-31 10:51:42 +0200 |
| commit | 2e5fa45ddfbb5cffa1e78221f1cea706e2f298af (patch) | |
| tree | 86f69d36c56de3074280456eddc854a780b8e04b /clients/tui/nmt-page-ip6.c | |
| parent | 85563b7fc7ec2cd21e38debb9b28db342e2e8e7c (diff) | |
New upstream version 1.19.90 upstream/1.19.90
Diffstat (limited to 'clients/tui/nmt-page-ip6.c')
| -rw-r--r-- | clients/tui/nmt-page-ip6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/tui/nmt-page-ip6.c b/clients/tui/nmt-page-ip6.c index 2444a93d..a923bd98 100644 --- a/clients/tui/nmt-page-ip6.c +++ b/clients/tui/nmt-page-ip6.c @@ -1,4 +1,3 @@ -/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -40,6 +39,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_("Disabled"), NM_SETTING_IP6_CONFIG_METHOD_DISABLED }, { NULL, NULL } }; |