mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
Tunnel NL params: Add to missing.h
This commit is contained in:
parent
bd37a199c9
commit
66f4bc7795
@ -300,6 +300,7 @@ AC_CHECK_DECLS([IFLA_INET6_ADDR_GEN_MODE,
|
||||
IFLA_VLAN_PROTOCOL,
|
||||
IFLA_VXLAN_REMCSUM_NOPARTIAL,
|
||||
IFLA_IPTUN_ENCAP_DPORT,
|
||||
IFLA_GRE_ENCAP_DPORT,
|
||||
IFLA_BRIDGE_VLAN_INFO,
|
||||
IFLA_BRPORT_UNICAST_FLOOD,
|
||||
NDA_IFINDEX,
|
||||
|
@ -798,6 +798,31 @@ static inline int setns(int fd, int nstype) {
|
||||
#define IFLA_IPTUN_MAX (__IFLA_IPTUN_MAX - 1)
|
||||
#endif
|
||||
|
||||
#if !HAVE_DECL_IFLA_GRE_ENCAP_DPORT
|
||||
#define IFLA_GRE_UNSPEC 0
|
||||
#define IFLA_GRE_LINK 1
|
||||
#define IFLA_GRE_IFLAGS 2
|
||||
#define IFLA_GRE_OFLAGS 3
|
||||
#define IFLA_GRE_IKEY 4
|
||||
#define IFLA_GRE_OKEY 5
|
||||
#define IFLA_GRE_LOCAL 6
|
||||
#define IFLA_GRE_REMOTE 7
|
||||
#define IFLA_GRE_TTL 8
|
||||
#define IFLA_GRE_TOS 9
|
||||
#define IFLA_GRE_PMTUDISC 10
|
||||
#define IFLA_GRE_ENCAP_LIMIT 11
|
||||
#define IFLA_GRE_FLOWINFO 12
|
||||
#define IFLA_GRE_FLAGS 13
|
||||
#define IFLA_GRE_ENCAP_TYPE 14
|
||||
#define IFLA_GRE_ENCAP_FLAGS 15
|
||||
#define IFLA_GRE_ENCAP_SPORT 16
|
||||
#define IFLA_GRE_ENCAP_DPORT 17
|
||||
|
||||
#define __IFLA_GRE_MAX 18
|
||||
|
||||
#define IFLA_GRE_MAX (__IFLA_GRE_MAX - 1)
|
||||
#endif
|
||||
|
||||
#if !HAVE_DECL_IFLA_BRIDGE_VLAN_INFO
|
||||
#define IFLA_BRIDGE_FLAGS 0
|
||||
#define IFLA_BRIDGE_MODE 1
|
||||
|
Loading…
Reference in New Issue
Block a user