Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F111902670
D16899.id47354.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
460 B
Referenced Files
None
Subscribers
None
D16899.id47354.diff
View Options
Index: head/sys/netinet6/in6_pcb.c
===================================================================
--- head/sys/netinet6/in6_pcb.c
+++ head/sys/netinet6/in6_pcb.c
@@ -901,6 +901,10 @@
* - Load balanced does not contain IPv4 mapped INET6 wild sockets.
*/
LIST_FOREACH(grp, hdr, il_list) {
+#ifdef INET
+ if (!(grp->il_vflag & INP_IPV6))
+ continue;
+#endif
if (grp->il_lport == lport) {
idx = 0;
int pkt_hash = INP_PCBLBGROUP_PKTHASH(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 11, 1:06 AM (14 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17092233
Default Alt Text
D16899.id47354.diff (460 B)
Attached To
Mode
D16899: SO_REUSEPORT_LB critical bug fix: avoid IPv4 listen group in IPv6
Attached
Detach File
Event Timeline
Log In to Comment