[Bug 258874] route add -inet 240/4 results in 0.0.0.0/4 127.0.0.1 UGRS lo0
Date: Sat, 02 Oct 2021 22:00:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258874
Bug ID: 258874
Summary: route add -inet 240/4 results in 0.0.0.0/4 127.0.0.1
UGRS lo0
Product: Base System
Version: 13.0-RELEASE
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: bugs@FreeBSD.org
Reporter: jasonmader@gmail.com
On FreeBSD 13.0
# route add -inet 240/4 localhost -reject
add net 240: gateway localhost
results in:
Internet:
Destination Gateway Flags Netif Expire
0.0.0.0/4 127.0.0.1 UGRS lo0
# route add -inet 224/24 localhost -reject
add net 224: gateway localhost
Internet:
Destination Gateway Flags Netif Expire
0.0.0.0/24 127.0.0.1 UGRS lo0
--
You are receiving this mail because:
You are the assignee for the bug.