summaryrefslogtreecommitdiff
path: root/openvswitch/post-install
blob: 6e7f0bd5a37994b3ae4652e800761beee579fea7 (plain)
    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