Page MenuHomeFreeBSD

D50829.1789724738.diff
No OneTemporary

Size
415 B
Referenced Files
None
Subscribers
None

D50829.1789724738.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
Fri, Sep 18, 9:45 AM (3 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29728619
Default Alt Text
D50829.1789724738.diff (415 B)

Event Timeline