flow: Make IPv6 userspace code match kernel.
authorJesse Gross <jesse@nicira.com>
Wed, 2 Mar 2011 23:12:48 +0000 (15:12 -0800)
committerJesse Gross <jesse@nicira.com>
Thu, 3 Mar 2011 20:55:35 +0000 (12:55 -0800)
commit88366484fb5a3ba56661cf3971ebd7148075ad39
tree698c89191e366b26412addd9c1cc98c4dddf5435
parentbfef471742202cedac0a50303f392bea3debd22f
flow: Make IPv6 userspace code match kernel.

The flow extraction code for IPv6 has some deviations from both the
kernel version and other protocols in userspace.  These differences
make it difficult to compare the two for correctness.  This updates
the code to be more similar to the others in design and style.  There
is no functional change.
lib/flow.c