Varun Patil | 97a347f | 2022-05-18 14:09:20 -0700 | [diff] [blame] | 1 | #!/usr/bin/env bash |
2 | |||||
3 | # set python3 alias, but needs permanent fix in image directly | ||||
4 | alias python=python3 | ||||
5 | |||||
6 | service openvswitch-switch start | ||||
7 | ovs-vsctl set-manager ptcp:6640 | ||||
8 | |||||
9 | bash | ||||
10 | |||||
11 | service openvswitch-switch stop |