diff options
| author | Michael Biebl <biebl@debian.org> | 2022-10-04 00:56:46 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-10-04 00:56:46 +0200 |
| commit | 3612e6355f3f40d264ec4657547761069baa5430 (patch) | |
| tree | 768e4f5b37b66f540dd7030aa2eaff2ac7bb0168 /docs/libnm/html/NMDeviceWireGuard.html | |
| parent | 7e9f00a3be8f65535e6620b344443ec4d403212b (diff) | |
| parent | 6f7fcde10e47d8af865af336becf1fd8a446e62e (diff) | |
Merge tag 'debian/1.40.0-1' into debian/bullseye-backports
network-manager Debian release 1.40.0-1
Diffstat (limited to 'docs/libnm/html/NMDeviceWireGuard.html')
| -rw-r--r-- | docs/libnm/html/NMDeviceWireGuard.html | 84 |
1 files changed, 83 insertions, 1 deletions
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 @@ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> <td width="100%" align="left" class="shortcuts"> <a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> - <a href="#NMDeviceWireGuard.description" class="shortcut">Description</a></span> + <a href="#NMDeviceWireGuard.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> + <a href="#NMDeviceWireGuard.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties"> <span class="dim">|</span> + <a href="#NMDeviceWireGuard.properties" class="shortcut">Properties</a></span> </td> <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> <td><a accesskey="u" href="ch04.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> @@ -67,6 +69,34 @@ </table></div> </div> <div class="refsect1"> +<a name="NMDeviceWireGuard.properties"></a><h2>Properties</h2> +<div class="informaltable"><table class="informaltable" border="0"> +<colgroup> +<col width="150px" class="properties_type"> +<col width="300px" class="properties_name"> +<col width="200px" class="properties_flags"> +</colgroup> +<tbody> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="NMDeviceWireGuard.html#NMDeviceWireGuard--fwmark" title="The “fwmark” property">fwmark</a></td> +<td class="property_flags">Read</td> +</tr> +<tr> +<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td> +<td class="property_name"><a class="link" href="NMDeviceWireGuard.html#NMDeviceWireGuard--listen-port" title="The “listen-port” property">listen-port</a></td> +<td class="property_flags">Read</td> +</tr> +<tr> +<td class="property_type"> +<a href="https://developer.gnome.org/glib/unstable/glib-Byte-Arrays.html#GBytes"><span class="type">GBytes</span></a> *</td> +<td class="property_name"><a class="link" href="NMDeviceWireGuard.html#NMDeviceWireGuard--public-key" title="The “public-key” property">public-key</a></td> +<td class="property_flags">Read</td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect1"> <a name="NMDeviceWireGuard.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> @@ -86,10 +116,22 @@ <td class="define_keyword">#define</td> <td class="function_name"><a class="link" href="NMDeviceWireGuard.html#NM-DEVICE-WIREGUARD-FWMARK:CAPS" title="NM_DEVICE_WIREGUARD_FWMARK">NM_DEVICE_WIREGUARD_FWMARK</a></td> </tr> +<tr> +<td class="datatype_keyword"> </td> +<td class="function_name"><a class="link" href="NMDeviceWireGuard.html#NMDeviceWireGuard-struct" title="NMDeviceWireGuard">NMDeviceWireGuard</a></td> +</tr> </tbody> </table></div> </div> <div class="refsect1"> +<a name="NMDeviceWireGuard.object-hierarchy"></a><h2>Object Hierarchy</h2> +<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a> + <span class="lineart">╰──</span> <a class="link" href="NMObject.html" title="NMObject">NMObject</a> + <span class="lineart">╰──</span> <a class="link" href="NMDevice.html" title="NMDevice">NMDevice</a> + <span class="lineart">╰──</span> NMDeviceWireGuard +</pre> +</div> +<div class="refsect1"> <a name="NMDeviceWireGuard.description"></a><h2>Description</h2> </div> <div class="refsect1"> @@ -197,6 +239,46 @@ See: ip-rule(8)</p> <pre class="programlisting">#define NM_DEVICE_WIREGUARD_FWMARK "fwmark" </pre> </div> +<hr> +<div class="refsect2"> +<a name="NMDeviceWireGuard-struct"></a><h3>NMDeviceWireGuard</h3> +<pre class="programlisting">typedef struct _NMDeviceWireGuard NMDeviceWireGuard;</pre> +</div> +</div> +<div class="refsect1"> +<a name="NMDeviceWireGuard.property-details"></a><h2>Property Details</h2> +<div class="refsect2"> +<a name="NMDeviceWireGuard--fwmark"></a><h3>The <code class="literal">“fwmark”</code> property</h3> +<pre class="programlisting"> “fwmark” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>Optional firewall mark - see ip-rule(8). +Used when setting routing policy for outgoing encrypted packets. +Set to 0 to disable the mark (default).</p> +<p>Owner: NMDeviceWireGuard</p> +<p>Flags: Read</p> +<p>Default value: 0</p> +<p class="since">Since: 1.14</p> +</div> +<hr> +<div class="refsect2"> +<a name="NMDeviceWireGuard--listen-port"></a><h3>The <code class="literal">“listen-port”</code> property</h3> +<pre class="programlisting"> “listen-port” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre> +<p>Local UDP listen port. +Set to 0 to allow a random port to be chosen (default).</p> +<p>Owner: NMDeviceWireGuard</p> +<p>Flags: Read</p> +<p>Allowed values: <= 65535</p> +<p>Default value: 0</p> +<p class="since">Since: 1.14</p> +</div> +<hr> +<div class="refsect2"> +<a name="NMDeviceWireGuard--public-key"></a><h3>The <code class="literal">“public-key”</code> property</h3> +<pre class="programlisting"> “public-key” <a href="https://developer.gnome.org/glib/unstable/glib-Byte-Arrays.html#GBytes"><span class="type">GBytes</span></a> *</pre> +<p>32-byte public key, derived from the current private key.</p> +<p>Owner: NMDeviceWireGuard</p> +<p>Flags: Read</p> +<p class="since">Since: 1.14</p> +</div> </div> </div> <div class="footer"> |