diff mbox series

[ovs-dev] ovn-northd.8: Move DHCP and DNS flow description to right section.

Message ID 1520636201-3548-1-git-send-email-guru@ovn.org
State Accepted
Headers show
Series [ovs-dev] ovn-northd.8: Move DHCP and DNS flow description to right section. | expand

Commit Message

Gurucharan Shetty March 9, 2018, 10:56 p.m. UTC
The priority 34000 DHCP and DNS flows are added to the
S_SWITCH_OUT_ACL table and not S_SWITCH_OUT_STATEFUL table.

CC: Numan Siddique <nusiddiq@redhat.com>
Signed-off-by: Gurucharan Shetty <guru@ovn.org>
---
 ovn/northd/ovn-northd.8.xml | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

Comments

Ben Pfaff March 9, 2018, 11:10 p.m. UTC | #1
On Fri, Mar 09, 2018 at 02:56:41PM -0800, Gurucharan Shetty wrote:
> The priority 34000 DHCP and DNS flows are added to the
> S_SWITCH_OUT_ACL table and not S_SWITCH_OUT_STATEFUL table.
> 
> CC: Numan Siddique <nusiddiq@redhat.com>
> Signed-off-by: Gurucharan Shetty <guru@ovn.org>

Thanks!

Acked-by: Ben Pfaff <blp@ovn.org>
diff mbox series

Patch

diff --git a/ovn/northd/ovn-northd.8.xml b/ovn/northd/ovn-northd.8.xml
index 6bc2dd6..444be72 100644
--- a/ovn/northd/ovn-northd.8.xml
+++ b/ovn/northd/ovn-northd.8.xml
@@ -897,6 +897,25 @@  output;
       <code>to-lport</code> ACLs.
     </p>
 
+    <p>
+      In addition, the following flows are added.
+    </p>
+    <ul>
+      <li>
+        A priority 34000 logical flow is added for each logical port which
+        has DHCPv4 options defined to allow the DHCPv4 reply packet and which has
+        DHCPv6 options defined to allow the DHCPv6 reply packet from the
+        <code>Ingress Table 13: DHCP responses</code>.
+      </li>
+
+      <li>
+        A priority 34000 logical flow is added for each logical switch datapath
+        configured with DNS records with the match <code>udp.dst = 53</code>
+        to allow the DNS reply packet from the
+        <code>Ingress Table 15:DNS responses</code>.
+      </li>
+    </ul>
+
     <h3>Egress Table 5: <code>to-lport</code> QoS marking</h3>
 
     <p>
@@ -918,25 +937,6 @@  output;
       there are no rules added for load balancing new connections.
     </p>
 
-    <p>
-      Also the following flows are added.
-    </p>
-    <ul>
-      <li>
-        A priority 34000 logical flow is added for each logical port which
-        has DHCPv4 options defined to allow the DHCPv4 reply packet and which has
-        DHCPv6 options defined to allow the DHCPv6 reply packet from the
-        <code>Ingress Table 13: DHCP responses</code>.
-      </li>
-
-      <li>
-        A priority 34000 logical flow is added for each logical switch datapath
-        configured with DNS records with the match <code>udp.dst = 53</code>
-        to allow the DNS reply packet from the
-        <code>Ingress Table 15:DNS responses</code>.
-      </li>
-    </ul>
-
     <h3>Egress Table 8: Egress Port Security - IP</h3>
 
     <p>