openvswitch: Enable retrieval of TCP flags from IPv6 traffic.
authorJesse Gross <jesse@nicira.com>
Mon, 2 Apr 2012 22:13:36 +0000 (15:13 -0700)
committerJesse Gross <jesse@nicira.com>
Mon, 2 Apr 2012 22:13:36 +0000 (15:13 -0700)
commitc55177e3e1e8a89d9d810d95ac18cb104865322c
tree82fc19bccd03a2ec0c2139d651f61ecd33a08987
parentbf32fecdc1851ad9ca960f56771b798d17c26cf1
openvswitch: Enable retrieval of TCP flags from IPv6 traffic.

We currently check that a packet is IPv4 and TCP before fetching the
TCP flags.  This enables fetching from IPv6 packets as well.

Reported-by: Michael Mao <mmao@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
net/openvswitch/flow.c