datapath: Zero out key when looking up null ports.
authorJesse Gross <jesse@nicira.com>
Mon, 17 Dec 2012 20:07:07 +0000 (12:07 -0800)
committerJesse Gross <jesse@nicira.com>
Mon, 17 Dec 2012 21:50:44 +0000 (13:50 -0800)
commit48841e2dc38619a36911ba859bf0307431adb0f9
tree369b5a5edaedf028c098bb02fe884c74de49915e
parentbea97716a6fb29850af50e39692ecdb50c5442bd
datapath: Zero out key when looking up null ports.

When we are searching for a tunnel port to receive traffic on,
everything should be zeroed out by the time that we get to null
ports since they are wildcarded.  However, if certain other ports
also exist (primarily multicast ports with keys) then this might
not be the case and the key can be set.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Kyle Mestery <kmestery@cisco.com>
datapath/tunnel.c