Drop support for guessing an old-style class A, B, or C netmask from
authorschwarze <schwarze@openbsd.org>
Thu, 9 Aug 2018 19:48:44 +0000 (19:48 +0000)
committerschwarze <schwarze@openbsd.org>
Thu, 9 Aug 2018 19:48:44 +0000 (19:48 +0000)
commit34b3c2498bf578abd0dd15fab57a236305bfd784
tree48b4ed39439c9015a53da01bef3be403ffcf4be4
parente6afc4b502de463bb00010eb74b615ca9569f111
Drop support for guessing an old-style class A, B, or C netmask from
a bare dot-notation IP address by counting trailing zero octets.
Instead, assume -host when neither -net nor -netmask nor -prefixlen is
given.  Error out when -net is requested but no netmask is specified.
This removes the last use of the IN_CLASS* macros from this program.
OK claudio@ kn@, and many agreed with the general direction during g2k18.
sbin/route/route.c