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:10:11 +0000 (14:10 -0700)
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>

No differences found