dpif-netdev: Use packet key to parse TCP flags.
authorJarno Rajahalme <jrajahalme@nicira.com>
Wed, 19 Mar 2014 23:23:28 +0000 (16:23 -0700)
committerJarno Rajahalme <jrajahalme@nicira.com>
Wed, 19 Mar 2014 23:31:01 +0000 (16:31 -0700)
commit9b2e03b9ff89393d326ec45d64e4ddb73e611330
tree2058f9e1a15accd7b6a095c3d83aaa7c45a04df1
parentc0ac4cfdf86ad846c3f91cf5ba358f2fbb73c4e6
dpif-netdev: Use packet key to parse TCP flags.

The flow that created the netdev_flow might have wildcarded TCP flags,
or it may not be a TCP flow at all.  Fix this by using the freshly
extracted flow key to parse TCP flags.

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/dpif-netdev.c