X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Fopenvswitch-switch.init;h=7ce9a64508ebbbfe7736669b45415255665c1dc3;hb=17d18afbfd65619e830d551cb002441519cde059;hp=1f65b693db0e5d5160658fc87aaee155c3ced891;hpb=f3ac83df5c4fec3f27a9c8f95ef2753a26c65d24;p=openvswitch diff --git a/debian/openvswitch-switch.init b/debian/openvswitch-switch.init index 1f65b693..7ce9a645 100755 --- a/debian/openvswitch-switch.init +++ b/debian/openvswitch-switch.init @@ -209,7 +209,12 @@ case "$1" in # Create configuration database. ovsdb-tool -vANY:console:emer \ create /etc/openvswitch-switch/conf \ - /usr/share/openvswitch/vswitch-idl.ovsschema + /usr/share/openvswitch/vswitch.ovsschema + else + # Upgrade or downgrade schema and compact database. + ovsdb-tool -vANY:console:emer \ + convert /etc/openvswitch-switch/conf \ + /usr/share/openvswitch/vswitch.ovsschema fi if test "$ENABLE_MONITOR" = y; then