ofp-util: OpenFlow 1.0 can match IPv6 Ethertype even though not L3 or L4.
authorBen Pfaff <blp@nicira.com>
Fri, 28 Jun 2013 17:06:58 +0000 (10:06 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jun 2013 17:06:58 +0000 (10:06 -0700)
OpenFlow 1.0 can match on flows that have the IPv6 Ethertype, but
ofputil_usable_protocols() incorrectly reported that such a match required
NXM or OXM.  This commit fixes the problem.

Also, add some related tests.

Reported-by: Nagi Reddy Jonnala <njonnala@Brocade.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>

No differences found