CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2015/09/25 03:51:20

Modified files:
        sys/net        : route.c 
        sys/netinet    : ip_input.c 

Log message:
Ensure that RTF_LOCAL route entries always stay UP.

Local route entries, being now attached to their corresponding interface,
are susceptible to be brought DOWN when a link state change occurs.  When
this happens locally configured addresses are no longer reachable.

So keep the previous (original) behavior by forcing such route entries to
always be UP.

ok sthen@, claudio@

Reply via email to