[network-manager-openvpn: 2/4] properties: expose IPv6 capability to the UI
- From: Dan Williams <dcbw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-openvpn: 2/4] properties: expose IPv6 capability to the UI
- Date: Thu, 9 Jan 2014 22:12:38 +0000 (UTC)
commit b2617914cee251dd151c1876bfe465ed5799949c
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]