[Bug 187904] [ipfw] ipfw(8) does not properly recognize the network in shorthand [regression]

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 05 Jan 2023 01:54:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=187904

Vladislav V. Prodan <admin@support.od.ua> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|Unspecified                 |12.3-STABLE

--- Comment #3 from Vladislav V. Prodan <admin@support.od.ua> ---

In system 12.3-STABLE, the behavior of ipfw has changed.
If the network is specified in short form, then the first and last ipv4 octet
is added with a /32 netmask

# uname
FreeBSD 12.3-STABLE #0 r372170M: Mon Jun 27 19:29:31 EEST 2022

# ipfw table 10000 list
ipfw: failed to request table info: No such process
# ipfw table 10000 create
# ipfw table 10000 add 177.204/14
added: 177.0.0.204/32 0
# ipfw table 10000 list
177.0.0.204/32 0

-- 
You are receiving this mail because:
You are the assignee for the bug.