2015-08-27 18:59:21 -07:00
|
|
|
#!/bin/bash
|
|
|
|
|
2015-09-27 12:37:23 +00:00
|
|
|
mkdir -p "/run/openvswitch"
|
2016-12-14 20:44:51 +08:00
|
|
|
if [[ ! -e "/var/lib/openvswitch/conf.db" ]]; then
|
|
|
|
ovsdb-tool create "/var/lib/openvswitch/conf.db"
|
2015-08-27 18:59:21 -07:00
|
|
|
fi
|