[network-manager-openconnect/0-9-6: 1/3] properties: expose IPv6 capability to the UI



commit 03519e92b528d306d048b947681c5cdc6e110e46
Author: Dan Williams <dcbw redhat com>
Date:   Wed Aug 8 10:23:18 2012 -0500

    properties: expose IPv6 capability to the UI

 properties/nm-openconnect.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/properties/nm-openconnect.c b/properties/nm-openconnect.c
index 81aaad9..818ed98 100644
--- a/properties/nm-openconnect.c
+++ b/properties/nm-openconnect.c
@@ -587,7 +587,9 @@ openconnect_plugin_ui_widget_interface_init (NMVpnPluginUiWidgetInterface *iface
 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]