[Bug 258874] route add -inet 240/4 results in 0.0.0.0/4 127.0.0.1 UGRS lo0

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 03 Oct 2021 18:01:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258874

Mike Karels <karels@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |karels@freebsd.org

--- Comment #4 from Mike Karels <karels@freebsd.org> ---
According to inet(3), an Internet address specified as a single component
without dots is not shifted; i.e. 224 is the same as 0.0.0.224.  I would not
expect this command to work as you expect it to.

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