CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/04/03 02:22:10
Modified files: sys/net : route.c route.h sys/netinet6 : in6.c in6_var.h Log message: Introduce rt_ifa_{add,del}loop() to replace in6_{add,rem}loop(). Move these functions to a more generic place and make them reuse existing code, they'll be soon used in IPv4 too. Tested by André Lucas, Vigdis and sthen@, thanks! ok sthen@