X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=debian%2Fopenvswitch-switch.postinst;h=4be5a30c76c60ee27c5a4799b31e71f7b3364d18;hb=2d2a0e309f2464fd2cf77a328b15acc62cfc7c09;hp=39b2de4611ecd78974909c7c26c003ccef313cea;hpb=b3a43165749f80d7f3eda34e2e2b07f7a349e298;p=openvswitch diff --git a/debian/openvswitch-switch.postinst b/debian/openvswitch-switch.postinst index 39b2de46..4be5a30c 100755 --- a/debian/openvswitch-switch.postinst +++ b/debian/openvswitch-switch.postinst @@ -41,19 +41,6 @@ case "$1" in running=false fi - if test ! -e /etc/openvswitch-switch/conf; then - # Create configuration database. - ovsdb-tool -vANY:console:emer \ - create /etc/openvswitch-switch/conf \ - /usr/share/openvswitch/vswitch-idl.ovsschema - - # Initialize configuration database. - ovsdb-tool -vANY:console:emer \ - transact /etc/openvswitch-switch/conf \ - '[{"op": "insert", "table": "Open_vSwitch", "row": {}}]' \ - > /dev/null - fi - if $running; then /etc/init.d/openvswitch-switch start fi