From dd428301eb6f02542015121d7b08d9997f137e50 Mon Sep 17 00:00:00 2001 From: Sebastien Bacher Date: Tue, 12 Mar 2019 15:13:33 +0100 Subject: New upstream version 1.15.91 --- docs/api/html/settings-wireguard.html | 107 ++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 docs/api/html/settings-wireguard.html (limited to 'docs/api/html/settings-wireguard.html') diff --git a/docs/api/html/settings-wireguard.html b/docs/api/html/settings-wireguard.html new file mode 100644 index 00000000..99261f39 --- /dev/null +++ b/docs/api/html/settings-wireguard.html @@ -0,0 +1,107 @@ + + + + +wireguard: NetworkManager Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

wireguard

+

wireguard — WireGuard Ethernet Settings

+
+
+

+ Properties +

+
+

Table 109. 

+
++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Key NameValue TypeDefault ValueValue Description
fwmark
uint32
0
The use of fwmark is optional and is by default off. Setting it to 0 disables it. Otherwise it is a 32-bit fwmark for outgoing packets.
listen-port
uint32
0
The listen-port. If listen-port is not specified, the port will be chosen randomly when the interface comes up.
mtu
uint32
0
If non-zero, only transmit packets of the specified size or smaller, breaking larger packets up into multiple fragments. If zero a default MTU is used. Note that contrary to wg-quick's MTU setting, this does not take into account the current routes at the time of activation.
peer-routes
boolean
TRUE
Whether to automatically add routes for the AllowedIPs ranges of the peers. If TRUE (the default), NetworkManager will automatically add routes in the routing tables according to ipv4.route-table and ipv6.route-table. If FALSE, no such routes are added automatically. In this case, the user may want to configure static routes in ipv4.routes and ipv6.routes, respectively.
peers
array of 'a{sv}'
Array of dictionaries for the WireGuard peers.
private-key
string
The 256 bit private-key in base64 encoding.
private-key-flags
NMSettingSecretFlags (uint32)
Flags indicating how to handle the "private-key" property.
+
+


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