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/NMSettingMacvlan.html | 355 ++++++++++++++++++++++++++++++++++ 1 file changed, 355 insertions(+) create mode 100644 docs/libnm/html/NMSettingMacvlan.html (limited to 'docs/libnm/html/NMSettingMacvlan.html') diff --git a/docs/libnm/html/NMSettingMacvlan.html b/docs/libnm/html/NMSettingMacvlan.html new file mode 100644 index 00000000..4979cf0e --- /dev/null +++ b/docs/libnm/html/NMSettingMacvlan.html @@ -0,0 +1,355 @@ + + + + +NMSettingMacvlan: libnm Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

NMSettingMacvlan

+

NMSettingMacvlan — Describes connection properties for macvlan interfaces

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + +
+NMSetting * + +nm_setting_macvlan_new () +
const char * + +nm_setting_macvlan_get_parent () +
+NMSettingMacvlanMode + +nm_setting_macvlan_get_mode () +
+gboolean + +nm_setting_macvlan_get_promiscuous () +
+gboolean + +nm_setting_macvlan_get_tap () +
+
+
+

Types and Values

+ +
+
+

Object Hierarchy

+
    GEnum
+    ╰── NMSettingMacvlanMode
+
+
+
+

Description

+

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

+
+
+

Functions

+
+

nm_setting_macvlan_new ()

+
NMSetting *
+nm_setting_macvlan_new (void);
+

Creates a new NMSettingMacvlan object with default values.

+
+

Returns

+

the new empty NMSettingMacvlan object.

+

[transfer full]

+
+

Since: 1.2

+
+
+
+

nm_setting_macvlan_get_parent ()

+
const char *
+nm_setting_macvlan_get_parent (NMSettingMacvlan *setting);
+
+

Parameters

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

setting

the NMSettingMacvlan

 
+
+
+

Returns

+

the “parent” property of the setting

+
+

Since: 1.2

+
+
+
+

nm_setting_macvlan_get_mode ()

+
NMSettingMacvlanMode
+nm_setting_macvlan_get_mode (NMSettingMacvlan *setting);
+
+

Parameters

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

setting

the NMSettingMacvlan

 
+
+
+

Returns

+

the “mode” property of the setting

+
+

Since: 1.2

+
+
+
+

nm_setting_macvlan_get_promiscuous ()

+
gboolean
+nm_setting_macvlan_get_promiscuous (NMSettingMacvlan *setting);
+
+

Parameters

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

setting

the NMSettingMacvlan

 
+
+
+

Returns

+

the “promiscuous” property of the setting

+
+

Since: 1.2

+
+
+
+

nm_setting_macvlan_get_tap ()

+
gboolean
+nm_setting_macvlan_get_tap (NMSettingMacvlan *setting);
+
+

Parameters

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

setting

the NMSettingMacvlan

 
+
+
+

Returns

+

the “tap” property of the setting

+
+

Since: 1.2

+
+
+
+

Types and Values

+
+

NM_SETTING_MACVLAN_SETTING_NAME

+
#define NM_SETTING_MACVLAN_SETTING_NAME "macvlan"
+
+
+
+
+

NM_SETTING_MACVLAN_PARENT

+
#define NM_SETTING_MACVLAN_PARENT      "parent"
+
+
+
+
+

NM_SETTING_MACVLAN_MODE

+
#define NM_SETTING_MACVLAN_MODE        "mode"
+
+
+
+
+

NM_SETTING_MACVLAN_PROMISCUOUS

+
#define NM_SETTING_MACVLAN_PROMISCUOUS "promiscuous"
+
+
+
+
+

NM_SETTING_MACVLAN_TAP

+
#define NM_SETTING_MACVLAN_TAP         "tap"
+
+
+
+
+

enum NMSettingMacvlanMode

+
+

Members

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

NM_SETTING_MACVLAN_MODE_UNKNOWN

+

unknown/unset mode

+
 

NM_SETTING_MACVLAN_MODE_VEPA

+

Virtual Ethernet Port Aggregator mode

+
 

NM_SETTING_MACVLAN_MODE_BRIDGE

+

bridge mode

+
 

NM_SETTING_MACVLAN_MODE_PRIVATE

+

private mode

+
 

NM_SETTING_MACVLAN_MODE_PASSTHRU

+

passthru mode

+
 

NM_SETTING_MACVLAN_MODE_SOURCE

+

source mode

+
 

_NM_SETTING_MACVLAN_MODE_NUM

  

NM_SETTING_MACVLAN_MODE_LAST

  
+
+

Since: 1.2

+
+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5