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:52:07 +0000 (13:52 -0800)
commit2ab69d5132b81cc6172181bef37a6db4ab04bd92
tree4806886842b205aa8fa1be558f3a886e78b9e9c9
parent8742e5741e935ebf99cca0e1a1e772e9c8fae206
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