packet: Add additional TCP flags extraction on IPv6.
authorJesse Gross <jesse@nicira.com>
Mon, 26 Mar 2012 19:56:14 +0000 (12:56 -0700)
committerJesse Gross <jesse@nicira.com>
Mon, 26 Mar 2012 22:54:56 +0000 (15:54 -0700)
commit250fc5c1493f851fbb9ab2cabaa132525da147b4
tree1eff20e7aed28fd0aeef4c28466e2d2de3df7834
parent2658ae89b2231df0abc95f43afc2b40e1db11298
packet: Add additional TCP flags extraction on IPv6.

Commit 11460e2316b88f0bd0ea0005d94338d800ea16bd
(flow: Enable retrieval of TCP flags from IPv6 traffic.) updated
one of the TCP flags extraction functions in userspace but missed
the other.  This updates that function and converts the other to
use it to reduce duplication.

Bug #10194

Signed-off-by: Jesse Gross <jesse@nicira.com>
lib/dpif-netdev.c
lib/packets.c