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