FreeBSD Bugzilla – Attachment 184263 Details for
Bug 220640
[ipfw][patch] ipfw drops GRE over IPv6 packets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add IPPROTO_GRE to IPv6 protocol case list in ipfw_chk()
ip_fw2.c.diff (text/plain), 399 bytes, created by
Kun Xie
on 2017-07-11 16:23:50 UTC
(
hide
)
Description:
Add IPPROTO_GRE to IPv6 protocol case list in ipfw_chk()
Filename:
MIME Type:
Creator:
Kun Xie
Created:
2017-07-11 16:23:50 UTC
Size:
399 bytes
patch
obsolete
>--- sys/netpfil/ipfw/ip_fw2.c >+++ sys/netpfil/ipfw/ip_fw2.c >@@ -1162,6 +1162,11 @@ do { \ > PULLUP_TO(hlen, ulp, struct pim); > break; > >+ case IPPROTO_GRE: /* RFC 1701 */ >+ /* XXX GRE header check? */ >+ PULLUP_TO(hlen, ulp, struct gre_h); >+ break; >+ > case IPPROTO_CARP: > PULLUP_TO(hlen, ulp, struct carp_header); > if (((struct carp_header *)ulp)->carp_version !=
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 220640
: 184263