ovs-sandbox: add initial support for ovn
authorRussell Bryant <rbryant@redhat.com>
Thu, 12 Mar 2015 20:57:18 +0000 (16:57 -0400)
committerBen Pfaff <blp@nicira.com>
Thu, 12 Mar 2015 20:59:09 +0000 (13:59 -0700)
commitff358c710ca54769cd8956bdf57567231db122b4
treef5d03a1543eed229c45dded080b3169f115637fa
parent1b629ef9bbb94e0857132318f5a17472b9da56f7
ovs-sandbox: add initial support for ovn

This patch adds initial support for OVN to ovs-sandbox.  If you pass
"-o/--ovn" to ovs-sandbox, it will create a db from the ovn and ovn-nb
schemas and tell ovsdb-server to use them.  It also adds ovn/ to $PATH
so that as ovn executables are added, they will be available in the
sandbox.

Signed-off-by: Russell Bryant <rbryant@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
tutorial/ovs-sandbox