FreeBSD Bugzilla – Attachment 193277 Details for
Bug 228108
if_ipsec drops all the icmp v4&v6 error messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
if_ipsec.diff (text/plain), 457 bytes, created by
Andrey V. Elsukov
on 2018-05-11 09:40:11 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Andrey V. Elsukov
Created:
2018-05-11 09:40:11 UTC
Size:
457 bytes
patch
obsolete
>Index: sys/net/if_ipsec.c >=================================================================== >--- sys/net/if_ipsec.c (revision 333460) >+++ sys/net/if_ipsec.c (working copy) >@@ -434,7 +434,7 @@ ipsec_if_input(struct mbuf *m, struct secasvar *sa > m->m_pkthdr.rcvif = ifp; > IPSEC_SC_RUNLOCK(); > >- /* m_clrprotoflags(m); */ >+ m_clrprotoflags(m); > M_SETFIB(m, ifp->if_fib); > BPF_MTAP2(ifp, &af, sizeof(af), m); > if_inc_counter(ifp, IFCOUNTER_IPACKETS, 1);
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 228108
: 193277 |
196035