[network-manager-openvpn/dcbw/ipv6: 2/2] properties: expose IPv6 capability to the UI



commit 07cc7e9940f1c6f9982bf6f2423dbcd039ef2379
Author: Nicolas Iooss <nicolas iooss_git m4x org>
Date:   Sun Aug 18 16:03:46 2013 +0200

    properties: expose IPv6 capability to the UI

 properties/nm-openvpn.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/properties/nm-openvpn.c b/properties/nm-openvpn.c
index 09d8a51..a7404b9 100644
--- a/properties/nm-openvpn.c
+++ b/properties/nm-openvpn.c
@@ -692,7 +692,9 @@ get_suggested_name (NMVpnPluginUiInterface *iface, NMConnection *connection)
 static guint32
 get_capabilities (NMVpnPluginUiInterface *iface)
 {
-       return (NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT | NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT);
+       return (NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT |
+               NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT |
+               NM_VPN_PLUGIN_UI_CAPABILITY_IPV6);
 }
 
 static NMVpnPluginUiWidgetInterface *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]