From 670804cbdce993f50dfb64eacd73d8db85de92bd Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Fri, 27 Dec 2013 09:42:29 +0100 Subject: [PATCH] remove ovs database at boot time We store our network config in /etc/network/interfaces instead. --- bin/init.d/pvenetcommit | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/init.d/pvenetcommit b/bin/init.d/pvenetcommit index 6e66cf05..0d8f0606 100644 --- a/bin/init.d/pvenetcommit +++ b/bin/init.d/pvenetcommit @@ -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