ovs-ofctl: Fix "snoop" command.
authorBen Pfaff <blp@nicira.com>
Fri, 27 Jan 2012 17:22:41 +0000 (09:22 -0800)
committerEthan Jackson <ethan@nicira.com>
Sat, 18 Feb 2012 17:45:43 +0000 (09:45 -0800)
commitafc143dfa54ee263430570b1b78dad7cd8577843
treec811cb83c6c8fd71e45554f4798e185c7ea98113
parent2793521cf0d896d7907c7298ff909522c7489fa1
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