ovn-tutorial: Add a section on ACLs.
authorRussell Bryant <rbryant@redhat.com>
Wed, 21 Oct 2015 20:13:43 +0000 (16:13 -0400)
committerRussell Bryant <rbryant@redhat.com>
Wed, 4 Nov 2015 16:03:18 +0000 (11:03 -0500)
commit0df6430eda565058a297f911fefec7e6f6bbe34f
tree235390866d6c0870b05fefdc65b2a4f42ad6d99b
parent68dfc25b62e5edc2939bcae791a35fddfecb5d20
ovn-tutorial: Add a section on ACLs.

Add a section that gives a quick introduction to applying ACLs.  It
discusses how the ACLs are translated into OVN logical flows. It doesn't
get down to the OpenFlow level because that's not supported in
ovs-sandbox yet.  Instead, it provides a reference to an OpenStack
related blog post that talks about how OVN ACLs are used there and gives
examples of the resulting OpenFlow flows.

In theory, once we have a userspace conntrack implementation available,
we'll be able to provide better suppot for it in ovs-sandbox.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
Acked-by: Kyle Mestery <mestery@mestery.com>
tutorial/OVN-Tutorial.md
tutorial/automake.mk
tutorial/ovn/env6/add-acls.sh [new file with mode: 0755]
tutorial/ovn/env6/setup.sh [new file with mode: 0755]