FreeBSD Bugzilla – Attachment 192745 Details for
Bug 227674
[ipfw] [ipv6] ICMPv6 echo replies incorrectly matched by kernel ipfw
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
icmp6.diff (text/plain), 425 bytes, created by
Andrey V. Elsukov
on 2018-04-23 10:43:43 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Andrey V. Elsukov
Created:
2018-04-23 10:43:43 UTC
Size:
425 bytes
patch
obsolete
>Index: sys/netinet6/icmp6.c >=================================================================== >--- sys/netinet6/icmp6.c (revision 332884) >+++ sys/netinet6/icmp6.c (working copy) >@@ -2183,7 +2183,7 @@ icmp6_reflect(struct mbuf *m, size_t off) > */ > > m->m_flags &= ~(M_BCAST|M_MCAST); >- >+ m->m_pkthdr.rcvif = NULL; > ip6_output(m, NULL, NULL, 0, NULL, &outif, NULL); > if (outif) > icmp6_ifoutstat_inc(outif, type, code);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227674
: 192745