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/api/html/nm-openvswitch.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/api/html/nm-openvswitch.html')
| -rw-r--r-- | docs/api/html/nm-openvswitch.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/api/html/nm-openvswitch.html b/docs/api/html/nm-openvswitch.html index 740989ad..d8cd6353 100644 --- a/docs/api/html/nm-openvswitch.html +++ b/docs/api/html/nm-openvswitch.html @@ -96,7 +96,7 @@ <div class="refsect1"> <a name="id-1.2.16.5"></a><h2>Examples</h2> <div class="example"> -<a name="id-1.2.16.5.2"></a><p class="title"><b>Example 18. Creating a Bridge with a single internal Interface</b></p> +<a name="id-1.2.16.5.2"></a><p class="title"><b>Example 20. Creating a Bridge with a single internal Interface</b></p> <div class="example-contents"> <pre class="screen"><code class="prompt">$ </code><strong class="userinput"><code>nmcli conn add type ovs-bridge conn.interface bridge0</code></strong> Connection 'ovs-bridge-bridge0' (d10fc64d-1d48-4394-a1b8-e1aea72f27d5) successfully added. @@ -113,7 +113,7 @@ Connection 'ovs-interface-iface0' (3640d2a1-a2fd-4718-92f1-cffadb5b6cdc) success </div> </div> <br class="example-break"><div class="example"> -<a name="id-1.2.16.5.3"></a><p class="title"><b>Example 19. Adding a Linux interface to a Bridge</b></p> +<a name="id-1.2.16.5.3"></a><p class="title"><b>Example 21. Adding a Linux interface to a Bridge</b></p> <div class="example-contents"> <pre class="screen"><code class="prompt">$ </code><strong class="userinput"><code>nmcli conn add type ovs-port conn.interface port1 master bridge0</code></strong> Connection 'ovs-port-port1' (67d041eb-8e7b-4458-afee-a1d07c9c4552) successfully added. @@ -124,7 +124,7 @@ Connection 'ovs-slave-eth0' (d459c45c-cf78-4c1c-b4b7-505e71379624) successfully </div> </div> <br class="example-break"><div class="example"> -<a name="id-1.2.16.5.4"></a><p class="title"><b>Example 20. Creating a VLAN</b></p> +<a name="id-1.2.16.5.4"></a><p class="title"><b>Example 22. Creating a VLAN</b></p> <div class="example-contents"> <pre class="screen"><code class="prompt">$ </code><strong class="userinput"><code>nmcli conn add type ovs-port conn.interface port2 master bridge0 ovs-port.tag 120</code></strong> Connection 'ovs-port-port2' (3994c093-4ef7-4549-a4fd-627b831c3cb8) successfully added. @@ -135,7 +135,7 @@ Connection 'ovs-slave-eth1' (099be06e-71ad-484d-8d5a-fcadc5f207f5) successfully </div> </div> <br class="example-break"><div class="example"> -<a name="id-1.2.16.5.5"></a><p class="title"><b>Example 21. Creating a Bond</b></p> +<a name="id-1.2.16.5.5"></a><p class="title"><b>Example 23. Creating a Bond</b></p> <div class="example-contents"> <pre class="screen"><code class="prompt">$ </code><strong class="userinput"><code>nmcli conn add type ovs-port conn.interface bond0 master bridge0</code></strong> Connection 'ovs-port-bond0' (d154ebf9-e999-4e1b-a084-a3de53d25d8a) successfully added. |