ovn-tutorial: fix a typo
authorWilliam Tu <u9012063@gmail.com>
Sun, 17 Jan 2016 01:23:15 +0000 (17:23 -0800)
committerRussell Bryant <russell@ovn.org>
Mon, 18 Jan 2016 13:49:41 +0000 (08:49 -0500)
switch_in_pre_acl -> switch_out_pre_acl

Signed-off-by: William Tu <u9012063@gmail.com>
Signed-off-by: Russell Bryant <russell@ovn.org>
tutorial/OVN-Tutorial.md

index 2e6a08d..1188faa 100644 (file)
@@ -675,7 +675,7 @@ tracker.  This populates the connection state fields so that we can apply policy
 as appropriate.
 
     table=0(switch_out_pre_acl), priority=  100, match=(ip), action=(ct_next;)
-    table=1(switch_in_pre_acl), priority=    0, match=(1), action=(next;)
+    table=1(switch_out_pre_acl), priority=    0, match=(1), action=(next;)
 
 In `switch_out_acl`, we allow packets associated with existing connections.  We
 drop packets that are deemed to be invalid (such as non-SYN TCP packet not