From 431ad53564ed01c53df2a7c51898a56b09c45054 Mon Sep 17 00:00:00 2001 From: Duffie Cooley Date: Wed, 1 May 2013 12:23:36 -0700 Subject: ovs-sandbox: Use $schema for creating the db. The code here went to some trouble to properly set $schema and then ignored it. Signed-off-by: Duffie Cooley Signed-off-by: Ben Pfaff --- tutorial/ovs-sandbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorial') diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox index 04e885861..db980d241 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 -- cgit v1.2.1