CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/09/02 02:28:06

Modified files:
        sys/netinet    : ip_output.c 
        sys/netinet6   : in6_src.c 

Log message:
Revert the two uses of rtisvalid(9) for the moment, it breaks dhclient(8)
configured networks on RAMDISK kernels.

The problem is that the default route installed by dhclient(8) does not
have the RTF_UP flag in this environement and rtisvalid(9) doesn't allow
you to use a RTF_DOWN route.

Reply via email to