# mininet-ovs 1 [Youtube_link](https://www.youtube.com/watch?v=QKXuQtd37jU) * check controller ``` ps aux | grep controller ``` * The help of ovs-ofctl ``` ovs-ofctl -h ``` * kill controller ``` kill -9 ${controller_pid} ``` * show switch ``` ovs-ofctl show ${switch} ``` * check the flows ``` ovs-ofctl dump-flows ${switch} ``` * add flows ``` ovs-ofctl add-flow in_port=${switch_port} actions=output:${switch_port} ``` * delete flows ``` ovs-ofctl del-flow in_port=${switch_port} actions=output:${switch_port} ``` * single,3  
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up