Skip to content

Instantly share code, notes, and snippets.

Created January 18, 2016 22:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/0499e4091daf9016165e to your computer and use it in GitHub Desktop.
Save anonymous/0499e4091daf9016165e to your computer and use it in GitHub Desktop.
[dell:~]$ sudo ovs-vsctl add-br --may-exist br-provider -- set bridge br-provider protocols=OpenFlow13
ovs-vsctl: 'add-br' command takes exactly 1 or 3 arguments
[dell:~]$ sudo ovs-vsctl --may-exist add-br br-provider -- set bridge br-provider protocols=OpenFlow13
[dell:~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment