Found a bug in the ovs-sandbox script. We should use the well defined $schema var to create the db. Not the $srcdir/dir stuff.

Thanks,

Duffie



Signed-off-by: Duffie Cooley <dcoo...@nicira.com>
---
 tutorial/ovs-sandbox | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox
index 04e8858..db980d2 100755
--- a/tutorial/ovs-sandbox
+++ b/tutorial/ovs-sandbox
@@ -199,7 +199,7 @@ trap 'kill `cat "$sandbox"/*.pid`' 0 1 2 3 13 14 15

 # Create database and start ovsdb-server.
 touch "$sandbox"/.conf.db.~lock~
-run ovsdb-tool create conf.db "$srcdir"/vswitchd/vswitch.ovsschema
+run ovsdb-tool create conf.db "$schema"
 run ovsdb-server --detach --no-chdir --pidfile -vconsole:off --log-file \
     --remote=punix:"$sandbox"/db.sock

--
1.8.1.2


_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to