mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-04 02:22:15 +00:00
Update headers files from net-next
This commit is contained in:
parent
63d127b05d
commit
3ba9ccda87
@ -49,6 +49,7 @@ enum {
|
||||
#define IFA_F_TENTATIVE 0x40
|
||||
#define IFA_F_PERMANENT 0x80
|
||||
#define IFA_F_MANAGETEMPADDR 0x100
|
||||
#define IFA_F_NOPREFIXROUTE 0x200
|
||||
|
||||
struct ifa_cacheinfo {
|
||||
__u32 ifa_prefered;
|
||||
|
||||
@ -94,6 +94,7 @@
|
||||
#define ARPHRD_CAIF 822 /* CAIF media type */
|
||||
#define ARPHRD_IP6GRE 823 /* GRE over IPv6 */
|
||||
#define ARPHRD_NETLINK 824 /* Netlink header */
|
||||
#define ARPHRD_6LOWPAN 825 /* IPv6 over LoWPAN */
|
||||
|
||||
#define ARPHRD_VOID 0xFFFF /* Void type, nothing is known */
|
||||
#define ARPHRD_NONE 0xFFFE /* zero header length */
|
||||
|
||||
@ -144,6 +144,7 @@ enum {
|
||||
IFLA_NUM_RX_QUEUES,
|
||||
IFLA_CARRIER,
|
||||
IFLA_PHYS_PORT_ID,
|
||||
IFLA_SLAVE,
|
||||
__IFLA_MAX
|
||||
};
|
||||
|
||||
@ -366,6 +367,18 @@ enum {
|
||||
|
||||
#define IFLA_BOND_AD_INFO_MAX (__IFLA_BOND_AD_INFO_MAX - 1)
|
||||
|
||||
enum {
|
||||
IFLA_SLAVE_STATE,
|
||||
IFLA_SLAVE_MII_STATUS,
|
||||
IFLA_SLAVE_LINK_FAILURE_COUNT,
|
||||
IFLA_SLAVE_PERM_HWADDR,
|
||||
IFLA_SLAVE_QUEUE_ID,
|
||||
IFLA_SLAVE_AD_AGGREGATOR_ID,
|
||||
__IFLA_SLAVE_MAX,
|
||||
};
|
||||
|
||||
#define IFLA_SLAVE_MAX (__IFLA_SLAVE_MAX - 1)
|
||||
|
||||
/* SR-IOV virtual function management section */
|
||||
|
||||
enum {
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
#include <linux/pkt_cls.h>
|
||||
|
||||
#define TCA_ACT_IPT 6
|
||||
#define TCA_ACT_XT 10
|
||||
|
||||
enum {
|
||||
TCA_IPT_UNSPEC,
|
||||
|
||||
@ -35,6 +35,8 @@ enum {
|
||||
TCP_METRICS_ATTR_FOPEN_SYN_DROPS, /* u16, count of drops */
|
||||
TCP_METRICS_ATTR_FOPEN_SYN_DROP_TS, /* msecs age */
|
||||
TCP_METRICS_ATTR_FOPEN_COOKIE, /* binary */
|
||||
TCP_METRICS_ATTR_SADDR_IPV4, /* u32 */
|
||||
TCP_METRICS_ATTR_SADDR_IPV6, /* binary */
|
||||
|
||||
__TCP_METRICS_ATTR_MAX,
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user