datapath: Convert IPv6 TCP and UDP port netlink attributes properly.
authorJustin Pettit <jpettit@nicira.com>
Thu, 27 Jun 2013 20:42:14 +0000 (13:42 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 27 Jun 2013 21:12:45 +0000 (14:12 -0700)
commita7fb94e3e7582fba9f3d8137eca43f299f9892be
tree9972cf3d9561884dce4a910683c2211ae1f13ead
parent7ed605518fb61310b8b735af5e0086ff4c14cf28
datapath: Convert IPv6 TCP and UDP port netlink attributes properly.

The code that converts netlink attributes to a flow match always
stored TCP and UDP ports in the IPv4 structure.  This commit
properly puts TCP and UDP traffic into appropriate IPv4 and IPv6
structures.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/flow.c