CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/09/07 03:36:49
Modified files: sys/net : if.c pf.c rtable.c rtable.h rtsock.c sys/netinet : if_ether.c Log message: Rename rtable_mpath_next() into rtable_iterate() and make it do a proper reference count. rtable_iterate() frees the passed ``rt'' and returns the next one on the multipath list or NULL if there's none. ok dlg@