ovs-ofctl: Add "snoop" command.
authorBen Pfaff <blp@nicira.com>
Tue, 11 May 2010 19:44:58 +0000 (12:44 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 11 May 2010 19:44:58 +0000 (12:44 -0700)
commit0caf6bde24f37a616b64075e65ad5eede73398ba
treea574dcc42d7ced34267e1bf9975aff7e59d3a9a9
parentc91248b3ab3f75070c7985fe723f54437cb8848e
ovs-ofctl: Add "snoop" command.

The "snoop" command does roughly the same thing as "monitor", but it is
easier to use in the common case where one just wants to look at the
OpenFlow controller connection for a bridge.  Instead of, for example,
   ovs-ofctl monitor unix:/var/run/openvswitch/br0.snoop
one merely types
   ovs-ofctl snoop br0
utilities/ovs-ofctl.8.in
utilities/ovs-ofctl.c