mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
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>