mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1
restricts router alert packets received by the socket to the socket's namespace only. see linux commit 9036b2fe092a107856edd1a3bad48b83f2b45000 net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATE
This commit is contained in:
parent
c7081edcf8
commit
93b5f6c843
1 changed files with 1 additions and 0 deletions
|
@ -336,6 +336,7 @@ struct ip6_mtuinfo {
|
|||
#define IPV6_JOIN_ANYCAST 27
|
||||
#define IPV6_LEAVE_ANYCAST 28
|
||||
#define IPV6_MULTICAST_ALL 29
|
||||
#define IPV6_ROUTER_ALERT_ISOLATE 30
|
||||
#define IPV6_IPSEC_POLICY 34
|
||||
#define IPV6_XFRM_POLICY 35
|
||||
#define IPV6_HDRINCL 36
|
||||
|
|
Loading…
Add table
Reference in a new issue