CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/08/18 02:52:26
Modified files: sys/netinet6 : nd6.h nd6_rtr.c Log message: Call rtfree(9) when we no longer need the route entry rather than decrementing rt_refcnt just after rtrequest1(9). While here reduce the differences with rt_ifa_add(9). There's still an ambiguity about rtrequest1(9)'s return value, but bluhm@ will address that in a different diff. Discussed with and ok bluhm@