CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/08/31 02:33:01
Modified files: sys/netinet6 : in6.c in6_ifattach.c Log message: Do not install connected routes on loopback interfaces. Previously loopback connected routes were managed via the global list of prefixes, which mean that systems with AUTOCONF'd addresses did not see them in the routing table. This also makes inet6 route creation coherent with inet.