1 #!/bin/sh 2 3 if [ ! -e /etc/openvswitch/conf.db ]; then 4 ovsdb-tool create \ 5 /etc/openvswitch/conf.db /usr/share/openvswitch/vswitch.ovsschema 6 fi
Generated by cgit