remove ovs database at boot time
We store our network config in /etc/network/interfaces instead.
This commit is contained in:
parent
652f4a500a
commit
1329a45fc7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user