datapath: Add IPv6 to list of parsed EtherTypes.
authorJesse Gross <jesse@nicira.com>
Tue, 1 Nov 2011 22:25:14 +0000 (15:25 -0700)
committerJesse Gross <jesse@nicira.com>
Wed, 2 Nov 2011 23:00:10 +0000 (16:00 -0700)
commit515c382dafb3cc0f0499f477eddc0566602210cf
tree149103905d0800d3c99355e67491a9511dc333bc
parentc4bed75bb424a0eed49734d7715fca14123a62da
datapath: Add IPv6 to list of parsed EtherTypes.

The kernel can parse IPv6, so if it receives a flow with an IPv6
EtherType then it expects to get IPv6 information as well.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/flow.c