[network-manager-openconnect] properties: expose IPv6 capability to the UI
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openconnect] properties: expose IPv6 capability to the UI
- Date: Wed, 8 Aug 2012 15:21:56 +0000 (UTC)
commit cd70a970ae1ffa7a32ed57d99050c232b7dc4f10
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]