[Bug 267278] ipfw mask addr:mask syntax creates wrong rule
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Dec 2022 08:17:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267278
Andrey V. Elsukov <ae@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ae@FreeBSD.org
--- Comment #1 from Andrey V. Elsukov <ae@FreeBSD.org> ---
(In reply to igor.polovykh from comment #0)
> 1.2.0.255:0.0.255.0
mask 0.0.255.0 means that all octets with zero will match any number. And where
is 255 will match the number what specified in the IP address exactly. I.e.
*.*.0.*, so it works as expected and designed.
--
You are receiving this mail because:
You are on the CC list for the bug.