Process RARP packets with ethertype 0x8035 similar to ARP packets.
authorMehak Mahajan <mmahajan@nicira.com>
Fri, 2 Nov 2012 18:43:46 +0000 (11:43 -0700)
committerMehak Mahajan <mmahajan@nicira.com>
Fri, 2 Nov 2012 20:20:16 +0000 (13:20 -0700)
commit8087f5ff825cae3a699e5a60ca6dd0deb10fc8e5
treee0444f76e084e1fbdb49fe671e1d3593ba6faf2c
parentc2f0373a8248d0c20d2f876d7f3bc61a400d9924
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