CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/03/21 12:25:08
Modified files:
usr.sbin/ldpd : interface.c
Log message:
ldpd: Remove attached adjacencies whenever an interface is disabled
for whatever reason.
If one interface is disabled, the holdtimer of the attached adjacencies
will eventually timeout after a few seconds. But there's no need
to wait when we know that the interface is disabled. In these cases,
remove the attached adjacencies to speedup the convergence process.
