CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/05/05 05:44:33
Modified files: sys/net : if.c if_gif.c if_gre.c if_ppp.c if_pppx.c if_spppsubr.c if_tun.c if_var.h sys/netinet : if_ether.c sys/netinet6 : in6.c nd6.c Log message: Use a custom ifa_rtrequest function for point-to-point interfaces instead of relying on hacks in nd6_rtrequest() to add a route to loopback for each address configured on such interfaces. While here document that abusing lo0 for local traffic is not safe for interfaces in a non-default rdomain. Tested by claudio@, jca@ and sthen@, ok sthen@