update to 3.3-rc7 kernel headers
This commit is contained in:
parent
43d29f782f
commit
c23abafbdc
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue