netdev: Abstract "features" interface away from OpenFlow 1.0.
authorBen Pfaff <blp@nicira.com>
Wed, 15 Feb 2012 22:23:38 +0000 (14:23 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 7 Mar 2012 22:05:09 +0000 (14:05 -0800)
netdev_get_features() and other functions have always used OpenFlow 1.0
"enum ofp_port_features" bits as part of their interface.  This commit
switches over to using an internally defined interface that is not tied
directly to any OpenFlow version, making evolution of each side of the
interface easier in the future.

Reviewed-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>

No differences found