#!/bin/sh

set -e

service openvswitch-controller stop

python `dirname $0`/openflow.py 2>&1
