CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/05/23 12:36:55
Modified files:
usr.sbin/ldpd : l2vpn.c lde.h ldpd.c ldpe.c parse.y
Log message:
Don't create l2vpn targeted neighbors inside the config parser.
When removing a configured pseudowire, we remove the associated tnbr
in ldpe_l2vpn_pw_exit(). So, when a new pseudowire is configured, it
makes sense to create its tnbr in ldpe_l2vpn_pw_init() to keep things
consistent.
