about summary refs log tree commit diff
path: root/docs/api/html/nm-openvswitch.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2020-06-28 18:58:14 +0200
committerMichael Biebl <biebl@debian.org>2020-06-28 18:58:14 +0200
commita54ac63bbf9b2c71026ac9028a8ffaf186cf3c82 (patch)
tree6a32883bd916c4096357b35298beff6db8bcd0b5 /docs/api/html/nm-openvswitch.html
parent45e8e1149027529194982212c804c0468aa01d98 (diff)
New upstream version 1.25.90 upstream/1.25.90
Diffstat (limited to 'docs/api/html/nm-openvswitch.html')
-rw-r--r--docs/api/html/nm-openvswitch.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/api/html/nm-openvswitch.html b/docs/api/html/nm-openvswitch.html
index efc9d282..93f31a81 100644
--- a/docs/api/html/nm-openvswitch.html
+++ b/docs/api/html/nm-openvswitch.html
@@ -29,7 +29,7 @@
 <td class="gallery_image" valign="top" align="right"></td>
 </tr></table></div>
 <div class="refsect1">
-<a name="id-1.2.12.4"></a><h2>Overview</h2>
+<a name="id-1.2.13.4"></a><h2>Overview</h2>
 <p>NetworkManager includes basic Open vSwitch support, good enough
     to be capable of setting up simple Open vSwitch configurations. It is not
     extensive and does not expose all functionality of Open vSwitch provides.
@@ -55,7 +55,7 @@
 <li class="listitem"><p>You can't enslave Interface directly to a Bridge. You
           always need a Port, even if it has just one interface.</p></li>
 <li class="listitem"><p>There are no VLANs. The VLAN tagging is enabled by setting a
-          <a class="link" href="nm-settings.html#nm-settings.property.ovs-port.tag">ovs-port.tag</a>
+          ovs-port.tag
           property on a Port.</p></li>
 <li class="listitem"><p>There are no bonds either. The bonding is enabled by
           enslaving multiple Interfaces to a Port and configured by setting
@@ -64,9 +64,9 @@
 <p>
     </p>
 <div class="refsect2">
-<a name="id-1.2.12.4.5"></a><h3>Bridges</h3>
+<a name="id-1.2.13.4.5"></a><h3>Bridges</h3>
 <p>Bridges are represented by connections of ovs-bridge
-      <a class="link" href="nm-settings.html#nm-settings.property.connection.type">type</a>.
+      type.
       Due to the limitations of OVSDB, "empty" Bridges (with no Ports) can't exist.
       NetworkManager inserts the records for Bridges into OVSDB when a Port is
       enslaved.
@@ -74,9 +74,9 @@
 </div>
 <hr>
 <div class="refsect2">
-<a name="id-1.2.12.4.6"></a><h3>Ports</h3>
+<a name="id-1.2.13.4.6"></a><h3>Ports</h3>
 <p>Ports are represented by connections of ovs-port
-      <a class="link" href="nm-settings.html#nm-settings.property.connection.type">type</a>.
+      type.
       Due to the limitations of OVSDB, "empty" Ports (with no Interfaces) can't
       exist.  Ports can also be configured to do VLAN tagging or Bonding.
       NetworkManager inserts the records for Ports into OVSDB when an Interface is
@@ -84,19 +84,19 @@
 </div>
 <hr>
 <div class="refsect2">
-<a name="id-1.2.12.4.7"></a><h3>Interfaces</h3>
+<a name="id-1.2.13.4.7"></a><h3>Interfaces</h3>
 <p>Interfaces are represented by a connections enslaved to a Port. The
       system interfaces (that have a corresponding Linux link) have a respective
-      <a class="link" href="nm-settings.html#nm-settings.property.connection.type">connection.type</a>
+      connection.type
       of the link (e.g. "wired", "bond", "dummy", etc.). Other interfaces ("internal"
       or "patch" interfaces) are of ovs-interface type. The OVSDB entries are
       inserted upon enslavement to a Port.</p>
 </div>
 </div>
 <div class="refsect1">
-<a name="id-1.2.12.5"></a><h2>Examples</h2>
+<a name="id-1.2.13.5"></a><h2>Examples</h2>
 <div class="example">
-<a name="id-1.2.12.5.2"></a><p class="title"><b>Example 18. Creating a Bridge with a single internal Interface</b></p>
+<a name="id-1.2.13.5.2"></a><p class="title"><b>Example 18. 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.12.5.3"></a><p class="title"><b>Example 19. Adding a Linux interface to a Bridge</b></p>
+<a name="id-1.2.13.5.3"></a><p class="title"><b>Example 19. 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.12.5.4"></a><p class="title"><b>Example 20. Creating a VLAN</b></p>
+<a name="id-1.2.13.5.4"></a><p class="title"><b>Example 20. 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.12.5.5"></a><p class="title"><b>Example 21. Creating a Bond</b></p>
+<a name="id-1.2.13.5.5"></a><p class="title"><b>Example 21. 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.
@@ -153,7 +153,7 @@ Connection 'ovs-slave-eth3' (8dedeecb-ed12-482b-b77a-24a4fb835136) successfully
 <br class="example-break">
 </div>
 <div class="refsect1">
-<a name="id-1.2.12.6"></a><h2>Bugs</h2>
+<a name="id-1.2.13.6"></a><h2>Bugs</h2>
 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
 <li class="listitem"><p>Not all Open vSwitch capabilities are supported.</p></li>
 <li class="listitem"><p>Open vSwitch devices don't expose many useful properties on D-Bus.</p></li>
@@ -161,12 +161,12 @@ Connection 'ovs-slave-eth3' (8dedeecb-ed12-482b-b77a-24a4fb835136) successfully
 <p>Probably many more.</p>
 </div>
 <div class="refsect1">
-<a name="id-1.2.12.7"></a><h2>See Also</h2>
+<a name="id-1.2.13.7"></a><h2>See Also</h2>
 <p>
       <a class="ulink" href="https://www.rfc-editor.org/rfc/rfc7047.txt" target="_top">RFC 7047: The Open vSwitch Database Management Protocol</a>,
       <span class="citerefentry"><span class="refentrytitle">ovs-vsctl</span>(8)</span>,
       <span class="citerefentry"><span class="refentrytitle">ovs-vswitchd.conf.db</span>(5)</span>,
-      <a class="link" href="nm-settings.html" title="nm-settings"><span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span></a>,
+      <span class="citerefentry"><span class="refentrytitle">nm-settings</span>(5)</span>,
       <a class="link" href="nmcli.html" title="nmcli"><span class="citerefentry"><span class="refentrytitle">nmcli</span>(1)</span></a>
     </p>
 </div>