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:53:42 +0000 (15:53 -0700)
commit734ec5ec13499a2e7112626564cc9bd0c2d06600
tree4926f8f1b69d82839a16f5cd7e61d7a8b2e9432d
parent42d89d2a61a8c9e550a3a98cf7aaebce23f1b033
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