From 80ec1decc49c72efec2a8b87c06245c92c0ab807 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 11 Feb 2021 18:11:46 +0100 Subject: New upstream version 1.29.90 --- docs/libnm/html/NMSettingVeth.html | 143 +++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 docs/libnm/html/NMSettingVeth.html (limited to 'docs/libnm/html/NMSettingVeth.html') diff --git a/docs/libnm/html/NMSettingVeth.html b/docs/libnm/html/NMSettingVeth.html new file mode 100644 index 00000000..dee004a3 --- /dev/null +++ b/docs/libnm/html/NMSettingVeth.html @@ -0,0 +1,143 @@ + + + + +NMSettingVeth: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingVeth

+

NMSettingVeth — Describes connection properties for veth interfaces

+
+
+

Functions

+
++++ + + + + + + + + + + +
+NMSetting * + +nm_setting_veth_new () +
const char * + +nm_setting_veth_get_peer () +
+
+
+

Types and Values

+
++++ + + + + + + + + + + +
#defineNM_SETTING_VETH_SETTING_NAME
#defineNM_SETTING_VETH_PEER
+
+
+

Description

+

The NMSettingVeth object is a NMSetting subclass that describes properties +necessary for connection to veth interfaces.

+
+
+

Functions

+
+

nm_setting_veth_new ()

+
NMSetting *
+nm_setting_veth_new (void);
+

Creates a new NMSettingVeth object with default values.

+
+

Returns

+

the new empty NMSettingVeth object.

+

[transfer full]

+
+

Since: 1.30

+
+
+
+

nm_setting_veth_get_peer ()

+
const char *
+nm_setting_veth_get_peer (NMSettingVeth *setting);
+
+

Parameters

+
+++++ + + + + + +

setting

the NMSettingVeth

 
+
+
+

Returns

+

the “peer” property of the setting

+
+

Since: 1.30

+
+
+
+

Types and Values

+
+

NM_SETTING_VETH_SETTING_NAME

+
#define NM_SETTING_VETH_SETTING_NAME "veth"
+
+
+
+
+

NM_SETTING_VETH_PEER

+
#define NM_SETTING_VETH_PEER "peer"
+
+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5