diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-09-17 13:34:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-17 13:34:15 +0200 |
commit | dc0e90d2e00552df3a45e5ccad74ed37dc23a38e (patch) | |
tree | c2f08876daf2dbbee83b3742594665f85e8f74bc /src/basic/linux/in6.h | |
parent | Merge pull request #17073 from ssahani/vxlan (diff) | |
parent | test-network: add tests for BareUDP netdev (diff) | |
download | systemd-dc0e90d2e00552df3a45e5ccad74ed37dc23a38e.tar.xz systemd-dc0e90d2e00552df3a45e5ccad74ed37dc23a38e.zip |
Merge pull request #16929 from ssahani/network-bare-udp
network: introduce Bare UDP Tunnelling
Diffstat (limited to 'src/basic/linux/in6.h')
-rw-r--r-- | src/basic/linux/in6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/linux/in6.h b/src/basic/linux/in6.h index 9f2273a083..5ad396a57e 100644 --- a/src/basic/linux/in6.h +++ b/src/basic/linux/in6.h @@ -179,6 +179,7 @@ struct in6_flowlabel_req { #define IPV6_LEAVE_ANYCAST 28 #define IPV6_MULTICAST_ALL 29 #define IPV6_ROUTER_ALERT_ISOLATE 30 +#define IPV6_RECVERR_RFC4884 31 /* IPV6_MTU_DISCOVER values */ #define IPV6_PMTUDISC_DONT 0 |