Page MenuHomeFreeBSD

D50829.diff
No OneTemporary

D50829.diff

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

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)

Event Timeline