update header files from 4.2 net-next
This commit is contained in:
parent
941c509906
commit
8fcba79ed5
|
|
@ -228,6 +228,7 @@ enum {
|
||||||
IFLA_BR_AGEING_TIME,
|
IFLA_BR_AGEING_TIME,
|
||||||
IFLA_BR_STP_STATE,
|
IFLA_BR_STP_STATE,
|
||||||
IFLA_BR_PRIORITY,
|
IFLA_BR_PRIORITY,
|
||||||
|
IFLA_BR_VLAN_FILTERING,
|
||||||
__IFLA_BR_MAX,
|
__IFLA_BR_MAX,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -112,6 +112,7 @@ enum {
|
||||||
IFLA_GRE_ENCAP_FLAGS,
|
IFLA_GRE_ENCAP_FLAGS,
|
||||||
IFLA_GRE_ENCAP_SPORT,
|
IFLA_GRE_ENCAP_SPORT,
|
||||||
IFLA_GRE_ENCAP_DPORT,
|
IFLA_GRE_ENCAP_DPORT,
|
||||||
|
IFLA_GRE_COLLECT_METADATA,
|
||||||
__IFLA_GRE_MAX,
|
__IFLA_GRE_MAX,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -106,6 +106,7 @@ struct ndt_stats {
|
||||||
__u64 ndts_rcv_probes_ucast;
|
__u64 ndts_rcv_probes_ucast;
|
||||||
__u64 ndts_periodic_gc_runs;
|
__u64 ndts_periodic_gc_runs;
|
||||||
__u64 ndts_forced_gc_runs;
|
__u64 ndts_forced_gc_runs;
|
||||||
|
__u64 ndts_table_fulls;
|
||||||
};
|
};
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue