mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 22:50:28 +01:00
libnm-glib: add NM_VPN_PLUGIN_UI_CAPABILITY_IPV6
This commit is contained in:
parent
d2ae2dedef
commit
83760a7ffb
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ NMVpnPluginUiInterface *nm_vpn_plugin_ui_factory (GError **error);
|
|||
#define NM_VPN_PLUGIN_UI_CAPABILITY_NONE 0x00
|
||||
#define NM_VPN_PLUGIN_UI_CAPABILITY_IMPORT 0x01
|
||||
#define NM_VPN_PLUGIN_UI_CAPABILITY_EXPORT 0x02
|
||||
#define NM_VPN_PLUGIN_UI_CAPABILITY_IPV6 0x04
|
||||
|
||||
/* Short display name of the VPN plugin */
|
||||
#define NM_VPN_PLUGIN_UI_INTERFACE_NAME "name"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue