Process RARP packets with ethertype 0x8035 similar to ARP packets.
authorMehak Mahajan <mmahajan@nicira.com>
Mon, 5 Nov 2012 21:28:25 +0000 (13:28 -0800)
committerMehak Mahajan <mmahajan@nicira.com>
Mon, 5 Nov 2012 21:28:25 +0000 (13:28 -0800)
commitfaca56f8c8f584cc561706e4025b71fc1bad45c1
treed8c6d2920d40a89645b1a08f2806a1f4410e591e
parent58299b914fca63d3c24732f09cb5e14f44b41102
Process RARP packets with ethertype 0x8035 similar to ARP packets.

With this commit, OVS will match the data in the RARP packets having
ethertype 0x8035, in the same way as the data in the ARP packets.

Signed-off-by: Mehak Mahajan <mmahajan@nicira.com>
15 files changed:
NEWS
datapath/flow.c
debian/changelog
include/openflow/nicira-ext.h
lib/flow.c
lib/match.c
lib/meta-flow.c
lib/nx-match.c
lib/odp-util.c
lib/ofp-parse.c
lib/ofp-print.c
lib/ofp-util.c
tests/ofp-print.at
tests/ovs-ofctl.at
utilities/ovs-ofctl.8.in