blob: 45b71088558091434b9e945d2ea45c48a592e08d [file] [log] [blame]
Davide Pesavento28a09122025-02-18 17:50:20 -05001#!/usr/bin/env bash
2
3service openvswitch-switch start
4ovs-vsctl set-manager ptcp:6640
5
6bash
7
8service openvswitch-switch stop