update to 3.3-rc7 kernel headers

This commit is contained in:
Stephen Hemminger 2012-03-15 14:44:13 -07:00
parent 43d29f782f
commit c23abafbdc
2 changed files with 4 additions and 0 deletions

View File

@ -137,6 +137,7 @@ enum {
IFLA_AF_SPEC,
IFLA_GROUP, /* Group the device belongs to */
IFLA_NET_NS_FD,
IFLA_EXT_MASK, /* Extended info mask, VFs, etc */
__IFLA_MAX
};

View File

@ -600,6 +600,9 @@ struct tcamsg {
#define TCA_ACT_TAB 1 /* attr type must be >=1 */
#define TCAA_MAX 1
/* New extended info filters for IFLA_EXT_MASK */
#define RTEXT_FILTER_VF (1 << 0)
/* End of information exported to user level */