CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/01/19 03:09:59
Modified files: usr.sbin/ripd : interface.c ripe.c Log message: Move the interface demote out of if_del and into the only place where it is needed (the if_del call in ripe.c). With this the ripd_process check in ripe_demote_iface() can be removed.