https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237391
Conrad Meyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|11.2-RELEASE |CURRENT Summary|route get is missing |route get returns no result |gateway info for ips with |for network addresses |trailing 0's |(netmask portion of address | |is zero) --- Comment #1 from Conrad Meyer <[email protected]> --- Reproduces on CURRENT; more accurately, it's related to the address being a "network address", the one address where the netmask portion is zero. There exist trailing-zero(s) addresses that are not "network addresses", such as 1.1.0.0/8 (masked portion is non-zero 0.1.0.0). -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
