Allow processing of RARP packets.
authorMehak Mahajan <mmahajan@nicira.com>
Wed, 24 Oct 2012 02:00:02 +0000 (19:00 -0700)
committerMehak Mahajan <mmahajan@nicira.com>
Wed, 24 Oct 2012 22:23:52 +0000 (15:23 -0700)
commita3d3ad0c04a7b8db1cabd7ca89aca6961708d076
tree1d7b7b2a2ce2df06d0c44ee9de4bed3c9c84267c
parenta41754333f6faad72e0f7b12521de7b7f737f9a6
Allow processing of RARP packets.

With this commit, the datapath will process the ARP header for
RARP packets.  It also fixes a bug whereby if the ARP opcode is
something other than ARP request or reply, the key_len is not
adjusted to include ARP info.

Signed-off-by: Mehak Mahajan <mmahajan@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/flow.c
lib/flow.c