From aafc1dbe4712c86189bbc1d4d54ad8cb4c69be7e Mon Sep 17 00:00:00 2001
From: Michael Biebl Since: 1.2Types and Values
NM_SETTING_VXLAN_SETTING_NAME
-#define NM_SETTING_VXLAN_SETTING_NAME "vxlan"
+
#define NM_SETTING_VXLAN_SETTING_NAME "vxlan"
NM_SETTING_VXLAN_PARENT
-#define NM_SETTING_VXLAN_PARENT "parent"
+
#define NM_SETTING_VXLAN_PARENT "parent"
NM_SETTING_VXLAN_LOCAL
-#define NM_SETTING_VXLAN_LOCAL "local"
+
#define NM_SETTING_VXLAN_LOCAL "local"
NM_SETTING_VXLAN_REMOTE
-#define NM_SETTING_VXLAN_REMOTE "remote"
+
#define NM_SETTING_VXLAN_REMOTE "remote"
NM_SETTING_VXLAN_SOURCE_PORT_MIN
-#define NM_SETTING_VXLAN_SOURCE_PORT_MIN "source-port-min"
+
#define NM_SETTING_VXLAN_SOURCE_PORT_MIN "source-port-min"
NM_SETTING_VXLAN_SOURCE_PORT_MAX
-#define NM_SETTING_VXLAN_SOURCE_PORT_MAX "source-port-max"
+
#define NM_SETTING_VXLAN_SOURCE_PORT_MAX "source-port-max"
NM_SETTING_VXLAN_DESTINATION_PORT
-#define NM_SETTING_VXLAN_DESTINATION_PORT "destination-port"
+
#define NM_SETTING_VXLAN_DESTINATION_PORT "destination-port"
NM_SETTING_VXLAN_AGEING
-#define NM_SETTING_VXLAN_AGEING "ageing"
+
#define NM_SETTING_VXLAN_AGEING "ageing"
NM_SETTING_VXLAN_LIMIT
-#define NM_SETTING_VXLAN_LIMIT "limit"
+
#define NM_SETTING_VXLAN_LIMIT "limit"
NM_SETTING_VXLAN_PROXY
-#define NM_SETTING_VXLAN_PROXY "proxy"
+
#define NM_SETTING_VXLAN_PROXY "proxy"
NM_SETTING_VXLAN_LEARNING
-#define NM_SETTING_VXLAN_LEARNING "learning"
+
#define NM_SETTING_VXLAN_LEARNING "learning"
NM_SETTING_VXLAN_L2_MISS
-#define NM_SETTING_VXLAN_L2_MISS "l2-miss"
+
#define NM_SETTING_VXLAN_L2_MISS "l2-miss"
NM_SETTING_VXLAN_L3_MISS
-#define NM_SETTING_VXLAN_L3_MISS "l3-miss"
+
#define NM_SETTING_VXLAN_L3_MISS "l3-miss"
--
cgit 1.3.0-6-gf8a5
From 65f86e8f56267192d42f2b629fc6b0c99fb9cd0c Mon Sep 17 00:00:00 2001
From: Michael Biebl
-gchar *
+char *
local
Read / Write
@@ -240,7 +240,7 @@
-gchar *
+char *
parent
Read / Write
@@ -377,7 +377,7 @@ nm_setting_vxlan_new (
-gchar *
+char *
remote
Read / Write
void
“local” property“local” gchar *+
“local” char *
If given, specifies the source IP address to use in outgoing packets.
Owner: NMSettingVxlan
Flags: Read / Write
@@ -998,7 +998,7 @@ the kernel will store unlimited entries.“parent” property“parent” gchar *+
“parent” char *
If given, specifies the parent interface name or parent connection UUID.
Owner: NMSettingVxlan
Flags: Read / Write
@@ -1018,7 +1018,7 @@ the kernel will store unlimited entries.“remote” property“remote” gchar *+
“remote” char *
Specifies the unicast destination IP address to use in outgoing packets when the destination link layer address is not known in the VXLAN device forwarding database, or the multicast IP address to join.
@@ -1086,6 +1086,6 @@ tunnel endpoint.