mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-10-05 17:15:45 +00:00
update kernel headers
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
7fde8cfddc
commit
1d2cfcf8b5
@ -20,6 +20,8 @@
|
|||||||
#define IP6_TNL_F_RCV_DSCP_COPY 0x10
|
#define IP6_TNL_F_RCV_DSCP_COPY 0x10
|
||||||
/* copy fwmark from inner packet */
|
/* copy fwmark from inner packet */
|
||||||
#define IP6_TNL_F_USE_ORIG_FWMARK 0x20
|
#define IP6_TNL_F_USE_ORIG_FWMARK 0x20
|
||||||
|
/* allow remote endpoint on the local node */
|
||||||
|
#define IP6_TNL_F_ALLOW_LOCAL_REMOTE 0x40
|
||||||
|
|
||||||
struct ip6_tnl_parm {
|
struct ip6_tnl_parm {
|
||||||
char name[IFNAMSIZ]; /* name of tunnel device */
|
char name[IFNAMSIZ]; /* name of tunnel device */
|
||||||
|
@ -74,6 +74,7 @@ struct tc_estimator {
|
|||||||
#define TC_H_INGRESS (0xFFFFFFF1U)
|
#define TC_H_INGRESS (0xFFFFFFF1U)
|
||||||
#define TC_H_CLSACT TC_H_INGRESS
|
#define TC_H_CLSACT TC_H_INGRESS
|
||||||
|
|
||||||
|
#define TC_H_MIN_PRIORITY 0xFFE0U
|
||||||
#define TC_H_MIN_INGRESS 0xFFF2U
|
#define TC_H_MIN_INGRESS 0xFFF2U
|
||||||
#define TC_H_MIN_EGRESS 0xFFF3U
|
#define TC_H_MIN_EGRESS 0xFFF3U
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user