From 73e152af6e3fb4f5848bfb8394484026ff119003 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 11 May 2016 17:08:25 +0200 Subject: Imported Upstream version 1.2.2 --- docs/libnm/html/NMDeviceVxlan.html | 90 ++++++++++++++++++++++---------------- 1 file changed, 53 insertions(+), 37 deletions(-) (limited to 'docs/libnm/html/NMDeviceVxlan.html') diff --git a/docs/libnm/html/NMDeviceVxlan.html b/docs/libnm/html/NMDeviceVxlan.html index 074a37fb..98ce3d82 100644 --- a/docs/libnm/html/NMDeviceVxlan.html +++ b/docs/libnm/html/NMDeviceVxlan.html @@ -16,7 +16,8 @@ Top  |  Description  |  - Object Hierarchy  |  + Object Hierarchy  |  + Implemented Interfaces  |  Properties Home @@ -371,6 +372,10 @@ #define NM_DEVICE_VXLAN_DST_PORT + +  +NMDeviceVxlan + @@ -383,6 +388,12 @@
+

Implemented Interfaces

+

+NMDeviceVxlan implements + GInitable and GAsyncInitable.

+
+

Description

@@ -393,7 +404,7 @@ nm_device_vxlan_get_hw_address (NMDeviceVxlan *device);

Gets the hardware (MAC) address of the NMDeviceVxlan

-

Parameters

+

Parameters

@@ -408,7 +419,7 @@ nm_device_vxlan_get_hw_address (
-

Returns

+

Returns

the hardware address. This is the internal string used by the device, and must not be modified.

@@ -421,7 +432,7 @@ device, and must not be modified.

nm_device_vxlan_get_carrier (NMDeviceVxlan *device);

Whether the device has carrier.

-

Parameters

+

Parameters

@@ -436,7 +447,7 @@ nm_device_vxlan_get_carrier ( -

Returns

+

Returns

TRUE if the device has carrier.

Since: 1.2

@@ -447,7 +458,7 @@ nm_device_vxlan_get_carrier (NMDevice * nm_device_vxlan_get_parent (NMDeviceVxlan *device);
-

Parameters

+

Parameters

@@ -462,7 +473,7 @@ nm_device_vxlan_get_parent ( -

Returns

+

Returns

the device's parent device.

[transfer none]

@@ -474,7 +485,7 @@ nm_device_vxlan_get_parent (guint nm_device_vxlan_get_id (NMDeviceVxlan *device);
-

Parameters

+

Parameters

@@ -489,7 +500,7 @@ nm_device_vxlan_get_id ( -

Returns

+

Returns

the device's VXLAN ID.

Since: 1.2

@@ -500,7 +511,7 @@ nm_device_vxlan_get_id (const char * nm_device_vxlan_get_group (NMDeviceVxlan *device);
-

Parameters

+

Parameters

@@ -515,7 +526,7 @@ nm_device_vxlan_get_group ( -

Returns

+

Returns

The unicast destination IP address or the multicast IP address joined

@@ -527,7 +538,7 @@ IP address joined

const char *
 nm_device_vxlan_get_local (NMDeviceVxlan *device);
-

Parameters

+

Parameters

@@ -542,7 +553,7 @@ nm_device_vxlan_get_local ( -

Returns

+

Returns

the source IP address to use in outgoing packets

Since: 1.2

@@ -553,7 +564,7 @@ nm_device_vxlan_get_local (guint nm_device_vxlan_get_src_port_min (NMDeviceVxlan *device);
-

Parameters

+

Parameters

@@ -568,7 +579,7 @@ nm_device_vxlan_get_src_port_min (
-

Returns

+

Returns

the minimum UDP source port

Since: 1.2

@@ -579,7 +590,7 @@ nm_device_vxlan_get_src_port_min (guint nm_device_vxlan_get_src_port_max (NMDeviceVxlan *device);
-

Parameters

+

Parameters

@@ -594,7 +605,7 @@ nm_device_vxlan_get_src_port_max (
-

Returns

+

Returns

the maximum UDP source port

Since: 1.2

@@ -605,7 +616,7 @@ nm_device_vxlan_get_src_port_max (guint nm_device_vxlan_get_dst_port (NMDeviceVxlan *device);
-

Parameters

+

Parameters

@@ -620,7 +631,7 @@ nm_device_vxlan_get_dst_port ( -

Returns

+

Returns

the UDP destination port

Since: 1.2

@@ -631,7 +642,7 @@ nm_device_vxlan_get_dst_port (gboolean nm_device_vxlan_get_learning (NMDeviceVxlan *device);
-

Parameters

+

Parameters

@@ -646,7 +657,7 @@ nm_device_vxlan_get_learning ( -

Returns

+

Returns

whether address learning is enabled

Since: 1.2

@@ -657,7 +668,7 @@ nm_device_vxlan_get_learning (guint nm_device_vxlan_get_ageing (NMDeviceVxlan *device);
-

Parameters

+

Parameters

@@ -672,7 +683,7 @@ nm_device_vxlan_get_ageing ( -

Returns

+

Returns

the lifetime in seconds of FDB entries learnt by the kernel

Since: 1.2

@@ -683,7 +694,7 @@ nm_device_vxlan_get_ageing (guint nm_device_vxlan_get_tos (NMDeviceVxlan *device);
-

Parameters

+

Parameters

@@ -698,7 +709,7 @@ nm_device_vxlan_get_tos ( -

Returns

+

Returns

the TOS value to use in outgoing packets

Since: 1.2

@@ -709,7 +720,7 @@ nm_device_vxlan_get_tos (guint nm_device_vxlan_get_ttl (NMDeviceVxlan *device);
-

Parameters

+

Parameters

@@ -724,7 +735,7 @@ nm_device_vxlan_get_ttl ( -

Returns

+

Returns

the time-to-live value to use in outgoing packets

Since: 1.2

@@ -735,7 +746,7 @@ nm_device_vxlan_get_ttl (guint nm_device_vxlan_get_limit (NMDeviceVxlan *device);
-

Parameters

+

Parameters

@@ -750,7 +761,7 @@ nm_device_vxlan_get_limit ( -

Returns

+

Returns

the maximum number of entries that can be added to the forwarding table

@@ -762,7 +773,7 @@ forwarding table

gboolean
 nm_device_vxlan_get_proxy (NMDeviceVxlan *device);
-

Parameters

+

Parameters

@@ -777,7 +788,7 @@ nm_device_vxlan_get_proxy ( -

Returns

+

Returns

whether ARP proxy is turned on

Since: 1.2

@@ -788,7 +799,7 @@ nm_device_vxlan_get_proxy (gboolean nm_device_vxlan_get_rsc (NMDeviceVxlan *device);
-

Parameters

+

Parameters

@@ -803,7 +814,7 @@ nm_device_vxlan_get_rsc ( -

Returns

+

Returns

whether route short circuit is turned on

Since: 1.2

@@ -814,7 +825,7 @@ nm_device_vxlan_get_rsc (gboolean nm_device_vxlan_get_l2miss (NMDeviceVxlan *device);
-

Parameters

+

Parameters

@@ -829,7 +840,7 @@ nm_device_vxlan_get_l2miss ( -

Returns

+

Returns

whether netlink LL ADDR miss notifications are generated

Since: 1.2

@@ -840,7 +851,7 @@ nm_device_vxlan_get_l2miss (gboolean nm_device_vxlan_get_l3miss (NMDeviceVxlan *device);
-

Parameters

+

Parameters

@@ -855,7 +866,7 @@ nm_device_vxlan_get_l3miss ( -

Returns

+

Returns

wether netlink IP ADDR miss notifications are generated

Since: 1.2

@@ -970,6 +981,11 @@ nm_device_vxlan_get_l3miss (#define NM_DEVICE_VXLAN_DST_PORT "dst-port" +
+
+

NMDeviceVxlan

+
typedef struct _NMDeviceVxlan NMDeviceVxlan;
+

Property Details

-- cgit 1.3.0-6-gf8a5