blob: cd44fa7efdaee2c929e89ef37697d4c63b639c16 [file] [log] [blame]
#!/usr/bin/env bash
# set python3 alias, but needs permanent fix in image directly
alias python=python3
service openvswitch-switch start
ovs-vsctl set-manager ptcp:6640
bash
service openvswitch-switch stop