From b22a7b55d0bc5a7999dccaeacdde745f5ace9d66 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 23 Feb 2023 17:11:22 +0100 Subject: New upstream version 1.42.2 --- docs/libnm/html/NMSettingVrf.html | 144 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 docs/libnm/html/NMSettingVrf.html (limited to 'docs/libnm/html/NMSettingVrf.html') diff --git a/docs/libnm/html/NMSettingVrf.html b/docs/libnm/html/NMSettingVrf.html new file mode 100644 index 00000000..2a129b78 --- /dev/null +++ b/docs/libnm/html/NMSettingVrf.html @@ -0,0 +1,144 @@ + + + + +NMSettingVrf: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingVrf

+

NMSettingVrf — Describes connection properties for vrf interfaces

+
+
+

Functions

+
++++ + + + + + + + + + + +
+NMSetting * + +nm_setting_vrf_new () +
+guint32 + +nm_setting_vrf_get_table () +
+
+
+

Types and Values

+
++++ + + + + + + + + + + +
#defineNM_SETTING_VRF_SETTING_NAME
#defineNM_SETTING_VRF_TABLE
+
+
+

Description

+

The NMSettingVrf object is a NMSetting subclass that describes properties +necessary for connection to vrf devices

+
+
+

Functions

+
+

nm_setting_vrf_new ()

+
NMSetting *
+nm_setting_vrf_new (void);
+

Creates a new NMSettingVrf object with default values.

+
+

Returns

+

the new empty NMSettingVrf object.

+

[transfer full]

+
+

Since: 1.24

+
+
+
+

nm_setting_vrf_get_table ()

+
guint32
+nm_setting_vrf_get_table (NMSettingVrf *setting);
+
+

Parameters

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

setting

the NMSettingVrf

 
+
+
+

Returns

+

the routing table for the VRF

+
+

Since: 1.24

+
+
+
+

Types and Values

+
+

NM_SETTING_VRF_SETTING_NAME

+
#define NM_SETTING_VRF_SETTING_NAME "vrf"
+
+
+
+
+

NM_SETTING_VRF_TABLE

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