Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F134071394
D25227.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
325 B
Referenced Files
None
Subscribers
None
D25227.id.diff
View Options
Index: sys/netpfil/ipfw/ip_fw2.c
===================================================================
--- sys/netpfil/ipfw/ip_fw2.c
+++ sys/netpfil/ipfw/ip_fw2.c
@@ -2225,7 +2225,7 @@
break;
case O_IPVER:
- match = (is_ipv4 &&
+ match = ((is_ipv4 || is_ipv6) &&
cmd->arg1 == ip->ip_v);
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Oct 31, 1:11 PM (13 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24517198
Default Alt Text
D25227.id.diff (325 B)
Attached To
Mode
D25227: ipfw(4): make O_IPVER/ipversion match IPv4 or IPv6, not just IPv4 by itself
Attached
Detach File
Event Timeline
Log In to Comment