CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/20 04:40:59
Modified files:
share/man/man9 : srpl_rc_init.9
sys/net : rtable.c
sys/netinet : ip_carp.c
sys/sys : srp.h
Log message:
Rename SRPL_ENTER() to SRPL_FIRST() and SRPL_NEXT() to SRPL_FOLLOW().
This allows us to introduce SRPL_NEXT() that can be used to start
iterating on an arbitrary member of an srp list, hence without calling
SRPL_ENTER().
ok dlg@, jmatthew@
