CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/07 08:53:36
Modified files:
sbin/route : route.c
Log message:
Stop using make_addr() which trims trailing zeros of the netmask, set
family and length field. This fixes route(8) to handle "::/0"
properly. Also fix "route add -inet 0.0.0.0 -prefixlen 0 (gateway)"
to work properly.
ok kn
