Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162911695
D13514.id36665.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
440 B
Referenced Files
None
Subscribers
None
D13514.id36665.diff
View Options
Index: sys/netinet/tcp_syncache.c
===================================================================
--- sys/netinet/tcp_syncache.c
+++ sys/netinet/tcp_syncache.c
@@ -697,6 +697,8 @@
inp->inp_inc.inc_flags = sc->sc_inc.inc_flags;
#ifdef INET6
if (sc->sc_inc.inc_flags & INC_ISIPV6) {
+ inp->inp_vflag &= ~INP_IPV4;
+ inp->inp_vflag |= INP_IPV6;
inp->in6p_laddr = sc->sc_inc.inc6_laddr;
} else {
inp->inp_vflag &= ~INP_IPV6;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 19, 5:58 AM (11 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35222999
Default Alt Text
D13514.id36665.diff (440 B)
Attached To
Mode
D13514: Fix netstat reporting of accepted TCP/IPv6 connections when net.inet6.ip6.v6only=0
Attached
Detach File
Event Timeline
Log In to Comment