Commit 1329a45f authored by Dietmar Maurer's avatar Dietmar Maurer

remove ovs database at boot time

We store our network config in /etc/network/interfaces instead.
parent 652f4a50
...@@ -22,6 +22,9 @@ IFFN=/etc/network/interfaces ...@@ -22,6 +22,9 @@ IFFN=/etc/network/interfaces
case "$1" in case "$1" in
start) start)
# remove OVS config
rm -f /etc/openvswitch/conf.db
if test -f "${IFFN}.new"; then if test -f "${IFFN}.new"; then
echo "committing new network configuration"; echo "committing new network configuration";
if ! mv "${IFFN}.new" $IFFN; then if ! mv "${IFFN}.new" $IFFN; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment