projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7081ed
)
netinet/in.h: add IPV6_ROUTER_ALERT_ISOLATE from linux v5.1
author
Szabolcs Nagy
<nsz@port70.net>
Thu, 9 May 2019 19:09:06 +0000
(19:09 +0000)
committer
Rich Felker
<dalias@aerifal.cx>
Mon, 1 Jul 2019 18:12:14 +0000
(14:12 -0400)
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
include/netinet/in.h
patch
|
blob
|
history
diff --git
a/include/netinet/in.h
b/include/netinet/in.h
index 3ba7546cbad5fe2e9bb5952a22b5b92675fd22a2..17705754376eb7efa09e746170406bca3b143618 100644
(file)
--- a/
include/netinet/in.h
+++ b/
include/netinet/in.h
@@
-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