ovs-ofctl: Fix "snoop" command.
authorBen Pfaff <blp@nicira.com>
Fri, 27 Jan 2012 17:22:41 +0000 (09:22 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 27 Jan 2012 17:22:41 +0000 (09:22 -0800)
commitca8526e01561671273655e0c28b545736b1d1506
tree9f7c2c92c2dda78afbaf84a573bd17033cb014ce
parent3a8cfc5087a5b917055a472da1d1efa4e32768dd
ovs-ofctl: Fix "snoop" command.

The vconn that "snoop" opens does not process and reply to requests, so
sending a request to set the packet-in format will hang forever, which
means that "snoop" never actually prints any of the traffic that it
receives.

Bug #9346.
Reported-by: Alan Shieh <ashieh@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
utilities/ovs-ofctl.8.in
utilities/ovs-ofctl.c