From 0018d1f3cf71d680d7b6bceda55a5717244d8b26 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 16 Aug 2022 18:24:19 +0200 Subject: New upstream version 1.39.90 --- docs/libnm/html/NMDeviceMacvlan.html | 96 +++++++++++++++++++++++++++++++++++- 1 file changed, 95 insertions(+), 1 deletion(-) (limited to 'docs/libnm/html/NMDeviceMacvlan.html') diff --git a/docs/libnm/html/NMDeviceMacvlan.html b/docs/libnm/html/NMDeviceMacvlan.html index 70be76fa..c034178f 100644 --- a/docs/libnm/html/NMDeviceMacvlan.html +++ b/docs/libnm/html/NMDeviceMacvlan.html @@ -15,7 +15,9 @@ @@ -82,6 +84,40 @@
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +
+char *modeRead
gbooleanno-promiscRead
+NMDevice *parentRead
gbooleantapRead
+
+

Types and Values

@@ -109,10 +145,22 @@ + + + +
#define NM_DEVICE_MACVLAN_HW_ADDRESS
 NMDeviceMacvlan
+

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ╰── NMDevice
+            ╰── NMDeviceMacvlan
+
+
+

Description

@@ -264,6 +312,52 @@ NM_DEPRECATED_IN_1_24_FOR ();
#define NM_DEVICE_MACVLAN_HW_ADDRESS "hw-address"
 
+
+
+

NMDeviceMacvlan

+
typedef struct _NMDeviceMacvlan NMDeviceMacvlan;
+
+ +
+

Property Details

+
+

The “mode” property

+
  “mode”                     char *
+

The MACVLAN mode.

+

Owner: NMDeviceMacvlan

+

Flags: Read

+

Default value: NULL

+

Since: 1.2

+
+
+
+

The “no-promisc” property

+
  “no-promisc”               gboolean
+

Whether the device has the no-promiscuos flag.

+

Owner: NMDeviceMacvlan

+

Flags: Read

+

Default value: FALSE

+

Since: 1.2

+
+
+
+

The “parent” property

+
  “parent”                   NMDevice *
+

The devices's parent device.

+

Owner: NMDeviceMacvlan

+

Flags: Read

+

Since: 1.2

+
+
+
+

The “tap” property

+
  “tap”                      gboolean
+

Whether the device is a MACVTAP.

+

Owner: NMDeviceMacvlan

+

Flags: Read

+

Default value: FALSE

+

Since: 1.2

+