[ovs-git] Open vSwitch: ovs-ofctl: Bug fix in flow_format() (master)

dev at openvswitch.org dev at openvswitch.org
Tue Jul 16 17:30:56 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  eb19e5f0781cdf3caec1a0ba172fcaf32da5e481 (commit)
      from  57c94f353990e603d9e4259fcf2724491df2a068 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit eb19e5f0781cdf3caec1a0ba172fcaf32da5e481
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=eb19e5f0781cdf3caec1a0ba172fcaf32da5e481
Author: Andy Zhou <azhou at nicira.com>
		
ovs-ofctl: Bug fix in flow_format()
		
Fix a corner case bug where ARP packet with ARP opcode value of 1 would cause
tp_src and tp_dst to appear in the output string.

This bug caused some output from flow_format() to not be accepted by
'ovs-appctl ofproto/trace'

Added test coverage by using ARP opcode 1 in one unit test case, that
would have exposed the bug.

Bug #18334

Signed-off-by: Andy Zhou <azhou at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 lib/match.c        |   25 +++++++++++++------------
 tests/ofp-print.at |    4 ++--
 2 files changed, 15 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list