2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 09:58:01 +00:00

ovn-tutorial: fix a typo

switch_in_pre_acl -> switch_out_pre_acl

Signed-off-by: William Tu <u9012063@gmail.com>
Signed-off-by: Russell Bryant <russell@ovn.org>
This commit is contained in:
William Tu 2016-01-16 17:23:15 -08:00 committed by Russell Bryant
parent 7277bc8351
commit f18d4462c5

View 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