Skip to content
Commit d04d3829 authored by Mehak Mahajan's avatar Mehak Mahajan Committed by Jesse Gross
Browse files

openvswitch: Store flow key len if ARP opcode is not request or reply.



We currently only extract the ARP payload if the opcode indicates
that it is a request or reply.  However, we also only set the
key length in these situations even though it should still be
possible to match on the opcode.  There's no real reason to
restrict the ARP opcode since all have the same format so this
simply removes the check.

Signed-off-by: default avatarMehak Mahajan <mmahajan@nicira.com>
Signed-off-by: default avatarJesse Gross <jesse@nicira.com>
parent c1c92b6a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment