]> git.proxmox.com Git - mirror_ovs.git/commitdiff
ovn-sb.xml: Remove obsolete documentation of OVN logical flows.
authorBen Pfaff <blp@ovn.org>
Sat, 30 Jul 2016 06:02:52 +0000 (23:02 -0700)
committerBen Pfaff <blp@ovn.org>
Sat, 30 Jul 2016 17:34:03 +0000 (10:34 -0700)
This description might have been accurate for 5 minutes or so, but no
longer than that.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Ryan Moats <rmoats@us.ibm.com>
ovn/ovn-sb.xml

index c5f236e56bc509feebf380b5803c209c763146e4..694135f3ffdb924cf3f614ad25adc1453553ddfc 100644 (file)
     <p><em>Pipeline Stages</em></p>
 
     <p>
-      <code>ovn-northd</code> is responsible for populating the
-      <ref table="Logical_Flow"/> table, so the stages are an
-      implementation detail and subject to change.  This section
-      describes the current logical flow table.
+      <code>ovn-northd</code> populates the <ref table="Logical_Flow"/> table
+      with the logical flows described in detail in <code>ovn-northd</code>(8).
     </p>
 
-    <p>
-      The ingress pipeline consists of the following stages:
-    </p>
-    <ul>
-      <li>
-        Port Security (Table 0): Validates the source address, drops
-        packets with a VLAN tag, and, if configured, verifies that the
-        logical port is allowed to send with the source address.
-      </li>
-
-      <li>
-        L2 Destination Lookup (Table 1): Forwards known unicast
-        addresses to the appropriate logical port.  Unicast packets to
-        unknown hosts are forwarded to logical ports configured with the
-        special <code>unknown</code> mac address.  Broadcast, and
-        multicast are flooded to all ports in the logical switch.
-      </li>
-    </ul>
-
-    <p>
-      The egress pipeline consists of the following stages:
-    </p>
-    <ul>
-      <li>
-        ACL (Table 0): Applies any specified access control lists.
-      </li>
-
-      <li>
-        Port Security (Table 1): If configured, verifies that the
-        logical port is allowed to receive packets with the destination
-        address.
-      </li>
-    </ul>
-
     <column name="logical_datapath">
       The logical datapath to which the logical flow belongs.
     </column>