diff options
| author | Michael Biebl <biebl@debian.org> | 2022-05-04 15:35:24 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-05-04 15:35:24 +0200 |
| commit | 9959fdb2e8ddd06f2161798ca0a39c77d67c652d (patch) | |
| tree | 2ce24a336d2b1c5fd5dec3090db312eded6c78ba /docs/api/html/nm-settings-dbus.html | |
| parent | 8c623dddbdebe354cb94bfc559a5371a14865317 (diff) | |
New upstream version 1.37.92 upstream/1.37.92
Diffstat (limited to 'docs/api/html/nm-settings-dbus.html')
| -rw-r--r-- | docs/api/html/nm-settings-dbus.html | 114 |
1 files changed, 57 insertions, 57 deletions
diff --git a/docs/api/html/nm-settings-dbus.html b/docs/api/html/nm-settings-dbus.html index 885146a1..d8c9631a 100644 --- a/docs/api/html/nm-settings-dbus.html +++ b/docs/api/html/nm-settings-dbus.html @@ -8,7 +8,7 @@ <link rel="up" href="manpages.html" title="Part I. Manual Pages"> <link rel="prev" href="nmtui.html" title="nmtui"> <link rel="next" href="nm-settings-nmcli.html" title="nm-settings-nmcli"> -<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.33.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -94,7 +94,7 @@ </table> </div> <div class="refsect2"> -<a name="id-1.2.8.4.3"></a><h3>connection setting</h3> +<a name="id-1.2.9.4.3"></a><h3>connection setting</h3> <p>General Connection Profile Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -122,7 +122,7 @@ <a name="nm-settings-dbus.property.connection.autoconnect"></a>autoconnect</td> <td align="left">boolean</td> <td align="left">TRUE</td> -<td>Whether or not the connection should be automatically connected by NetworkManager when the resources for the connection are available. TRUE to automatically activate the connection, FALSE to require manual intervention to activate the connection. Autoconnect happens when the circumstances are suitable. That means for example that the device is currently managed and not active. Autoconnect thus never replaces or competes with an already active profile. Note that autoconnect is not implemented for VPN profiles. See "secondaries" as an alternative to automatically connect VPN profiles.</td> +<td>Whether or not the connection should be automatically connected by NetworkManager when the resources for the connection are available. TRUE to automatically activate the connection, FALSE to require manual intervention to activate the connection. Autoconnect happens when the circumstances are suitable. That means for example that the device is currently managed and not active. Autoconnect thus never replaces or competes with an already active profile. Note that autoconnect is not implemented for VPN profiles. See "secondaries" as an alternative to automatically connect VPN profiles. If multiple profiles are ready to autoconnect on the same device, the one with the better "connection.autoconnect-priority" is chosen. If the priorities are equal, then the most recently connected profile is activated. If the profiles were not connected earlier or their "connection.timestamp" is identical, the choice is undefined. Depending on "connection.multi-connect", a profile can (auto)connect only once at a time or multiple times.</td> </tr> <tr> <td align="left"> @@ -255,7 +255,7 @@ <a name="nm-settings-dbus.property.connection.stable-id"></a>stable-id</td> <td align="left">string</td> <td align="left"> </td> -<td>This represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret-key. The '$' character is treated special to perform dynamic substitutions at runtime. Currently, supported are "${CONNECTION}", "${DEVICE}", "${MAC}", "${BOOT}", "${RANDOM}". These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that "${DEVICE}" corresponds to the interface name of the device and "${MAC}" is the permanent MAC address of the device. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as "$$". For example, set it to "${CONNECTION}-${BOOT}-${DEVICE}" to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to "${CONNECTION}" and uses a unique, fixed ID for the connection.</td> +<td>This represents the identity of the connection used for various purposes. It allows to configure multiple profiles to share the identity. Also, the stable-id can contain placeholders that are substituted dynamically and deterministically depending on the context. The stable-id is used for generating IPv6 stable private addresses with ipv6.addr-gen-mode=stable-privacy. It is also used to seed the generated cloned MAC address for ethernet.cloned-mac-address=stable and wifi.cloned-mac-address=stable. It is also used as DHCP client identifier with ipv4.dhcp-client-id=stable and to derive the DHCP DUID with ipv6.dhcp-duid=stable-[llt,ll,uuid]. Note that depending on the context where it is used, other parameters are also seeded into the generation algorithm. For example, a per-host key is commonly also included, so that different systems end up generating different IDs. Or with ipv6.addr-gen-mode=stable-privacy, also the device's name is included, so that different interfaces yield different addresses. The per-host key is the identity of your machine and stored in /var/lib/NetworkManager/secret_key. See NetworkManager(8) manual about the secret-key and the host identity. The '$' character is treated special to perform dynamic substitutions at runtime. Currently, supported are "${CONNECTION}", "${DEVICE}", "${MAC}", "${BOOT}", "${RANDOM}". These effectively create unique IDs per-connection, per-device, per-boot, or every time. Note that "${DEVICE}" corresponds to the interface name of the device and "${MAC}" is the permanent MAC address of the device. Any unrecognized patterns following '$' are treated verbatim, however are reserved for future use. You are thus advised to avoid '$' or escape it as "$$". For example, set it to "${CONNECTION}-${BOOT}-${DEVICE}" to create a unique id for this connection that changes with every reboot and differs depending on the interface where the profile activates. If the value is unset, a global connection default is consulted. If the value is still unset, the default is similar to "${CONNECTION}" and uses a unique, fixed ID for the connection.</td> </tr> <tr> <td align="left"> @@ -297,7 +297,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.4"></a><h3>6lowpan setting</h3> +<a name="id-1.2.9.4.4"></a><h3>6lowpan setting</h3> <p>6LoWPAN Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -323,7 +323,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.5"></a><h3>802-1x setting</h3> +<a name="id-1.2.9.4.5"></a><h3>802-1x setting</h3> <p>IEEE 802.1x Authentication Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -673,7 +673,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.6"></a><h3>adsl setting</h3> +<a name="id-1.2.9.4.6"></a><h3>adsl setting</h3> <p>ADSL Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -743,7 +743,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.7"></a><h3>bluetooth setting</h3> +<a name="id-1.2.9.4.7"></a><h3>bluetooth setting</h3> <p>Bluetooth Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -778,7 +778,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.8"></a><h3>bond setting</h3> +<a name="id-1.2.9.4.8"></a><h3>bond setting</h3> <p>Bonding Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -813,7 +813,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.9"></a><h3>bridge setting</h3> +<a name="id-1.2.9.4.9"></a><h3>bridge setting</h3> <p>Bridging Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -1030,7 +1030,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.10"></a><h3>bridge-port setting</h3> +<a name="id-1.2.9.4.10"></a><h3>bridge-port setting</h3> <p>Bridge Port Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -1079,7 +1079,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.11"></a><h3>cdma setting</h3> +<a name="id-1.2.9.4.11"></a><h3>cdma setting</h3> <p>CDMA-based Mobile Broadband Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -1135,7 +1135,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.12"></a><h3>dcb setting</h3> +<a name="id-1.2.9.4.12"></a><h3>dcb setting</h3> <p>Data Center Bridging Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -1261,7 +1261,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.13"></a><h3>dummy setting</h3> +<a name="id-1.2.9.4.13"></a><h3>dummy setting</h3> <p>Dummy Link Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -1281,7 +1281,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.14"></a><h3>ethtool setting</h3> +<a name="id-1.2.9.4.14"></a><h3>ethtool setting</h3> <p>Ethtool Ethernet Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -1301,7 +1301,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.15"></a><h3>generic setting</h3> +<a name="id-1.2.9.4.15"></a><h3>generic setting</h3> <p>Generic Link Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -1321,7 +1321,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.16"></a><h3>gsm setting</h3> +<a name="id-1.2.9.4.16"></a><h3>gsm setting</h3> <p>GSM-based Mobile Broadband Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -1440,7 +1440,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.17"></a><h3>infiniband setting</h3> +<a name="id-1.2.9.4.17"></a><h3>infiniband setting</h3> <p>Infiniband Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -1496,7 +1496,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.18"></a><h3>ipv4 setting</h3> +<a name="id-1.2.9.4.18"></a><h3>ipv4 setting</h3> <p>IPv4 Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -1706,7 +1706,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.19"></a><h3>ipv6 setting</h3> +<a name="id-1.2.9.4.19"></a><h3>ipv6 setting</h3> <p>IPv6 Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -1930,7 +1930,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.20"></a><h3>ip-tunnel setting</h3> +<a name="id-1.2.9.4.20"></a><h3>ip-tunnel setting</h3> <p>IP Tunneling Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2042,7 +2042,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.21"></a><h3>macsec setting</h3> +<a name="id-1.2.9.4.21"></a><h3>macsec setting</h3> <p>MACSec Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2126,7 +2126,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.22"></a><h3>macvlan setting</h3> +<a name="id-1.2.9.4.22"></a><h3>macvlan setting</h3> <p>MAC VLAN Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2175,7 +2175,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.23"></a><h3>match setting</h3> +<a name="id-1.2.9.4.23"></a><h3>match setting</h3> <p>Match settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2224,7 +2224,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.24"></a><h3>802-11-olpc-mesh setting</h3> +<a name="id-1.2.9.4.24"></a><h3>802-11-olpc-mesh setting</h3> <p>OLPC Wireless Mesh Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2266,7 +2266,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.25"></a><h3>ovs-bridge setting</h3> +<a name="id-1.2.9.4.25"></a><h3>ovs-bridge setting</h3> <p>OvsBridge Link Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2322,7 +2322,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.26"></a><h3>ovs-dpdk setting</h3> +<a name="id-1.2.9.4.26"></a><h3>ovs-dpdk setting</h3> <p>OvsDpdk Link Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2357,7 +2357,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.27"></a><h3>ovs-interface setting</h3> +<a name="id-1.2.9.4.27"></a><h3>ovs-interface setting</h3> <p>Open vSwitch Interface Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2383,7 +2383,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.28"></a><h3>ovs-patch setting</h3> +<a name="id-1.2.9.4.28"></a><h3>ovs-patch setting</h3> <p>OvsPatch Link Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2409,7 +2409,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.29"></a><h3>ovs-port setting</h3> +<a name="id-1.2.9.4.29"></a><h3>ovs-port setting</h3> <p>OvsPort Link Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2472,7 +2472,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.30"></a><h3>ppp setting</h3> +<a name="id-1.2.9.4.30"></a><h3>ppp setting</h3> <p>Point-to-Point Protocol Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2619,7 +2619,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.31"></a><h3>pppoe setting</h3> +<a name="id-1.2.9.4.31"></a><h3>pppoe setting</h3> <p>PPP-over-Ethernet Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2675,7 +2675,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.32"></a><h3>proxy setting</h3> +<a name="id-1.2.9.4.32"></a><h3>proxy setting</h3> <p>WWW Proxy Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2710,7 +2710,7 @@ <a name="nm-settings-dbus.property.proxy.pac-script"></a>pac-script</td> <td align="left">string</td> <td align="left"> </td> -<td>PAC script for the connection.</td> +<td>PAC script for the connection. This is an UTF-8 encoded javascript code that defines a FindProxyForURL() function.</td> </tr> <tr> <td align="left"> @@ -2724,7 +2724,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.33"></a><h3>serial setting</h3> +<a name="id-1.2.9.4.33"></a><h3>serial setting</h3> <p>Serial Link Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2780,7 +2780,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.34"></a><h3>sriov setting</h3> +<a name="id-1.2.9.4.34"></a><h3>sriov setting</h3> <p>SR-IOV settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2822,7 +2822,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.35"></a><h3>tc setting</h3> +<a name="id-1.2.9.4.35"></a><h3>tc setting</h3> <p>Linux Traffic Control Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2857,7 +2857,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.36"></a><h3>team setting</h3> +<a name="id-1.2.9.4.36"></a><h3>team setting</h3> <p>Teaming Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -2997,7 +2997,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.37"></a><h3>team-port setting</h3> +<a name="id-1.2.9.4.37"></a><h3>team-port setting</h3> <p>Team Port Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -3067,7 +3067,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.38"></a><h3>tun setting</h3> +<a name="id-1.2.9.4.38"></a><h3>tun setting</h3> <p>Tunnel Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -3130,7 +3130,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.39"></a><h3>user setting</h3> +<a name="id-1.2.9.4.39"></a><h3>user setting</h3> <p>General User Profile Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -3156,7 +3156,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.40"></a><h3>vlan setting</h3> +<a name="id-1.2.9.4.40"></a><h3>vlan setting</h3> <p>VLAN Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -3219,7 +3219,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.41"></a><h3>vpn setting</h3> +<a name="id-1.2.9.4.41"></a><h3>vpn setting</h3> <p>VPN Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -3282,7 +3282,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.42"></a><h3>vrf setting</h3> +<a name="id-1.2.9.4.42"></a><h3>vrf setting</h3> <p>VRF settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -3308,7 +3308,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.43"></a><h3>vxlan setting</h3> +<a name="id-1.2.9.4.43"></a><h3>vxlan setting</h3> <p>VXLAN Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -3441,7 +3441,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.44"></a><h3>wifi-p2p setting</h3> +<a name="id-1.2.9.4.44"></a><h3>wifi-p2p setting</h3> <p>Wi-Fi P2P Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -3483,7 +3483,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.45"></a><h3>wimax setting</h3> +<a name="id-1.2.9.4.45"></a><h3>wimax setting</h3> <p>WiMax Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -3518,7 +3518,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.46"></a><h3>802-3-ethernet setting</h3> +<a name="id-1.2.9.4.46"></a><h3>802-3-ethernet setting</h3> <p>Wired Ethernet Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -3651,7 +3651,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.47"></a><h3>wireguard setting</h3> +<a name="id-1.2.9.4.47"></a><h3>wireguard setting</h3> <p>WireGuard Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -3735,7 +3735,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.48"></a><h3>802-11-wireless setting</h3> +<a name="id-1.2.9.4.48"></a><h3>802-11-wireless setting</h3> <p>Wi-Fi Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -3896,7 +3896,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.49"></a><h3>802-11-wireless-security setting</h3> +<a name="id-1.2.9.4.49"></a><h3>802-11-wireless-security setting</h3> <p>Wi-Fi Security Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -4057,7 +4057,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.50"></a><h3>wpan setting</h3> +<a name="id-1.2.9.4.50"></a><h3>wpan setting</h3> <p>IEEE 802.15.4 (WPAN) MAC Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -4113,7 +4113,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.51"></a><h3>bond-port setting</h3> +<a name="id-1.2.9.4.51"></a><h3>bond-port setting</h3> <p>Bond Port Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -4139,7 +4139,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.52"></a><h3>hostname setting</h3> +<a name="id-1.2.9.4.52"></a><h3>hostname setting</h3> <p>Hostname settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -4188,7 +4188,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.53"></a><h3>ovs-external-ids setting</h3> +<a name="id-1.2.9.4.53"></a><h3>ovs-external-ids setting</h3> <p>OVS External IDs Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -4214,7 +4214,7 @@ </div> <hr> <div class="refsect2"> -<a name="id-1.2.8.4.54"></a><h3>veth setting</h3> +<a name="id-1.2.9.4.54"></a><h3>veth setting</h3> <p>Veth Settings.</p> <div class="informaltable"><table class="informaltable" border="1"> <colgroup> @@ -4278,6 +4278,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.33.0</div> +<hr>Generated by GTK-Doc V1.33.1</div> </body> </html> \ No newline at end of file |