openvswitch.h: Change OVS_KEY_ATTR_TUN_ID from 100 to 63.
authorBen Pfaff <blp@nicira.com>
Thu, 10 Nov 2011 00:15:36 +0000 (16:15 -0800)
committerBen Pfaff <blp@nicira.com>
Sat, 12 Nov 2011 20:03:28 +0000 (12:03 -0800)
commite9b14f9f010f365083b92336c579e68d581272dc
tree369c9cf0bec2ff1548ede7369e46981afa103d7d
parenta1bf209f5898fc64a495c2cac94dcb113e0c9910
openvswitch.h: Change OVS_KEY_ATTR_TUN_ID from 100 to 63.

It's useful to be able to track sets of attributes by using their values as
bit indexes.  That's easier if the values are all in the range of a basic
C integer type.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
include/linux/openvswitch.h