remove ovs database at boot time

We store our network config in /etc/network/interfaces instead.
This commit is contained in:
Dietmar Maurer 2013-12-27 09:42:29 +01:00
parent 652f4a500a
commit 1329a45fc7

View File

@ -22,6 +22,9 @@ IFFN=/etc/network/interfaces
case "$1" in
start)
# remove OVS config
rm -f /etc/openvswitch/conf.db
if test -f "${IFFN}.new"; then
echo "committing new network configuration";
if ! mv "${IFFN}.new" $IFFN; then