CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2014/04/10 07:47:21

Modified files:
        share/man/man9 : Makefile 
        sys/net        : if.c route.c route.h 
        sys/netinet    : in.c 
        sys/netinet6   : in6.c 
Added files:
        share/man/man9 : rt_ifa_add.9 

Log message:
Retire rtinit() an use rt_ifa_add(9) and rt_ifa_del(9) to manage
connected routes to prefixes/hosts.

Since the introduction of rt_ifa_addloop(9) and rt_ifa_delloop(9),
rtinit() was just a wrapper, so use the underlying functions
directly and document them.

Inputs from and ok mikeb@, manpage tweaks from jmc@

Reply via email to