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/NMDeviceWireGuard.html | 84 +++++++++++++++++++++++++++++++++- 1 file changed, 83 insertions(+), 1 deletion(-) (limited to 'docs/libnm/html/NMDeviceWireGuard.html') diff --git a/docs/libnm/html/NMDeviceWireGuard.html b/docs/libnm/html/NMDeviceWireGuard.html index f31103fb..519b9a62 100644 --- a/docs/libnm/html/NMDeviceWireGuard.html +++ b/docs/libnm/html/NMDeviceWireGuard.html @@ -15,7 +15,9 @@ @@ -67,6 +69,34 @@
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + +
guintfwmarkRead
guintlisten-portRead
+GBytes *public-keyRead
+
+

Types and Values

@@ -86,10 +116,22 @@ + + + +
#define NM_DEVICE_WIREGUARD_FWMARK
 NMDeviceWireGuard
+

Object Hierarchy

+
    GObject
+    ╰── NMObject
+        ╰── NMDevice
+            ╰── NMDeviceWireGuard
+
+
+

Description

@@ -197,6 +239,46 @@ See: ip-rule(8)

#define NM_DEVICE_WIREGUARD_FWMARK      "fwmark"
 
+
+
+

NMDeviceWireGuard

+
typedef struct _NMDeviceWireGuard NMDeviceWireGuard;
+
+ +
+

Property Details

+
+

The “fwmark” property

+
  “fwmark”                   guint
+

Optional firewall mark - see ip-rule(8). +Used when setting routing policy for outgoing encrypted packets. +Set to 0 to disable the mark (default).

+

Owner: NMDeviceWireGuard

+

Flags: Read

+

Default value: 0

+

Since: 1.14

+
+
+
+

The “listen-port” property

+
  “listen-port”              guint
+

Local UDP listen port. +Set to 0 to allow a random port to be chosen (default).

+

Owner: NMDeviceWireGuard

+

Flags: Read

+

Allowed values: <= 65535

+

Default value: 0

+

Since: 1.14

+
+
+
+

The “public-key” property

+
  “public-key”               GBytes *
+

32-byte public key, derived from the current private key.

+

Owner: NMDeviceWireGuard

+

Flags: Read

+

Since: 1.14

+