Edit

IABSD.fr/src/sbin/route

Branch :

  • Show log

    Commit

  • Author : yasuoka
    Date : 2020-07-07 14:53:36
    Hash : 4b545c7b
    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