Skip to content

Instantly share code, notes, and snippets.

@hkwi
Created June 10, 2014 01:03
Show Gist options
  • Save hkwi/1b43179d717e58147468 to your computer and use it in GitHub Desktop.
Save hkwi/1b43179d717e58147468 to your computer and use it in GitHub Desktop.
Open vSwitch Tips

Open vSwitch tips

ovs-ofctl is a genral tool for openflow protocol. It can handle not only ovs, but also communicate with the other openflow switch implementation.

ovs-ofctl flow rule delimiter is not only "," in some places. For example strtok_r second arg is "=, \t\r\n" in parse_ofp_str__() in ofp-parse.c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment