ARP packets must have print arp_tpa/arp_spa instead of nw_dst/nw_src.
authorMehak Mahajan <mmahajan@nicira.com>
Mon, 22 Oct 2012 21:03:54 +0000 (14:03 -0700)
committerMehak Mahajan <mmahajan@nicira.com>
Mon, 22 Oct 2012 21:34:35 +0000 (14:34 -0700)
commit666d0863b0cba6c01cb4e326a76a047b1f248258
tree823786615dd9997f0d99f2dc6a6b4fac623bda79
parent19564d20d6ed03334299e69d078aa11b81c958af
ARP packets must have print arp_tpa/arp_spa instead of nw_dst/nw_src.

With a previous commit 953cc1888321346e6c4175fbc0a3f66d34913ea3, the
ovs logs were re-formatted such that they can be input into the
ofproto/trace.  For ARP packets, ofproto/trace expects arp_tpa/arp_spa
instead of nw_dst/nw_src.

Signed-off-by: Mehak Mahajan <mmahajan@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
lib/match.c
tests/ofp-print.at
tests/ovs-ofctl.at