blob: cd44fa7efdaee2c929e89ef37697d4c63b639c16 [file] [log] [blame]
Varun Patil97a347f2022-05-18 14:09:20 -07001#!/usr/bin/env bash
2
3# set python3 alias, but needs permanent fix in image directly
4alias python=python3
5
6service openvswitch-switch start
7ovs-vsctl set-manager ptcp:6640
8
9bash
10
11service openvswitch-switch stop