ofctl [options] command [switch] [args...] DESCRIPTION The ovs?ofctl program is a command line tool for monitoring and administering OpenFlow switches. It can also show the current state of an OpenFlow switch, including features, con?guration, and table entries. It should work with any ...
Thus, this command can be used to view OpenFlow protocol activity between a switch and its controller. When a switch has more than one controller configured, only the traffic to and from a single con- troller is output. If none of the controllers is configured as a master or ...
ovs-ofctl: 'add-meter' command takes at most 2 arguments But if I try to add same meter from outside the mininet context using the ovs-ofctl utility, then it creates it successfully: ubuntu@ubuntu:~$ sudo ovs-ofctl add-meter s1 meter=1,kbps,band=type=drop,rate=30000 -O OpenFlow13 ...
the parse_option is a ovs global function parses all the ovs-related functions program name and options. We are not caring for this function. the useful functions are the ovs_cmdl_run_command(_read_only), the two functions are both encapsulation of ovs_cmdl_run_command__ inner function....
> > answer them. > > Sorry for these obvious questions: > > > > 1) Is it possible to set the cookie field with "add-flow" option in a > > *single* try. > > Now only on executing the command twice, the cookie field is set. ...
> The mod-flows command can update the cookies of flows that > match > a cookie by specifying the cookie field twice (once with a > mask > for matching and once without to indicate the new value): > > ovs-ofctl mod-flows br0 cookie=1,actions=normal ...