CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/03/03 17:21:48
Modified files:
usr.sbin/ldpd : address.c kroute.c l2vpn.c lde.h ldp.h ldpd.h
ldpe.c ldpe.h
Log message:
Send VPLS MAC withdrawals.
RFC 4762 says that MAC address withdrawal messages can be used to
improve convergence time in VPLS networks. This patch makes ldpd send
MAC withdrawals whenever a non-pseudowire interface pertaining to a
VPLS goes down. The processing of received MAC withdrawals will be
implemented later.