Move some interface initialization bits from if_init() to eigrp_if_start()
authorrenato <renato@openbsd.org>
Sat, 10 Oct 2015 05:09:19 +0000 (05:09 +0000)
committerrenato <renato@openbsd.org>
Sat, 10 Oct 2015 05:09:19 +0000 (05:09 +0000)
commit18d502b79bf875dba2a43d4319a02da18d8db901
treef9ea274e0e908e6f0b34c4c5cc2c79393898f14b
parenta2dbf0ba490952942a622b60494b408a7a6b2978
Move some interface initialization bits from if_init() to eigrp_if_start()
and call if_init() only during the startup of the eigrpe process.
usr.sbin/eigrpd/eigrpe.c
usr.sbin/eigrpd/interface.c