FreeBSD Bugzilla – Attachment 209447 Details for
Bug 242201
ipfw - option 'ipversion 6' not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Allow using 'ipver 6' as matching rule
freebsd.ipfw-ipver.patch (text/plain), 359 bytes, created by
Olivier Cochard
on 2019-11-26 09:39:13 UTC
(
hide
)
Description:
Allow using 'ipver 6' as matching rule
Filename:
MIME Type:
Creator:
Olivier Cochard
Created:
2019-11-26 09:39:13 UTC
Size:
359 bytes
patch
obsolete
>Index: sys/netpfil/ipfw/ip_fw2.c >=================================================================== >--- sys/netpfil/ipfw/ip_fw2.c (revision 354638) >+++ sys/netpfil/ipfw/ip_fw2.c (working copy) >@@ -2205,7 +2205,7 @@ > break; > > case O_IPVER: >- match = (is_ipv4 && >+ match = ( (is_ipv4 || is_ipv6) && > cmd->arg1 == ip->ip_v); > break; >
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 242201
: 209447
Working