Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145747267
D50829.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
415 B
Referenced Files
None
Subscribers
None
D50829.diff
View Options
diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c
--- a/sys/netinet6/udp6_usrreq.c
+++ b/sys/netinet6/udp6_usrreq.c
@@ -517,7 +517,7 @@
goto badunlocked;
}
if (V_udp_blackhole && (V_udp_blackhole_local ||
- !in6_localaddr(&ip6->ip6_src)))
+ !in6_localip(&ip6->ip6_src)))
goto badunlocked;
icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0);
*mp = NULL;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 24, 9:56 PM (12 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28979931
Default Alt Text
D50829.diff (415 B)
Attached To
Mode
D50829: udp: fix local blackholing
Attached
Detach File
Event Timeline
Log In to Comment