CVSROOT: /cvs Module name: src Changes by: ren...@cvs.openbsd.org 2015/07/20 22:48:42
Modified files: usr.sbin/ldpd : lde.c lde.h lde_lib.c Log message: Record all fields of the received label mappings. Since we implement the Liberal Label Retention mode, we need to record all fields of the received label mappings so the messages can be processed later when there is a matching nexthop for the advertised FECs. This will be important when we implement VPLS because we need to retain information like the pseudowire's interface MTU and Group ID. ok claudio@