CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/12/08 03:38:48
Modified files: sys/netinet6 : in6.c Log message: Do not take into account addresses configured in a different rdomain to decide whether or not to remove local routes. Prevent from having a NULL ifp pointer in the routing table when an address present in another rdomain is removed from an interface. ok bluhm@