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)
commit828f5f64bcc3efecf58709c1b8408f4715cfa1e3
treee9b50def53cadd39804eae72b4d6e1acc1fb34b2
parent0445637d8a3ac8c5a5ccf4958b7e8e282f297e98
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