Skip to content

Commit

Permalink
ovn-tutorial: fix a typo
Browse files Browse the repository at this point in the history
switch_in_pre_acl -> switch_out_pre_acl

Signed-off-by: William Tu <[email protected]>
Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
williamtu authored and russellb committed Jan 18, 2016
1 parent 7277bc8 commit f18d446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/OVN-Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f18d446

Please sign in to comment.