CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/06/02 05:56:29
Modified files:
usr.sbin/ldpd : lde.c lde.h lde_lib.c
Log message:
Start reworking the LDE. Implement a FEC RB tree that can be used for the
route table and the per neighbor request and mapping lists.
The received and sent mappings are added to the per neighbor RB tree and
additionally linked to the route table. This makes lookups, etc. a lot
easier. While there flip the neighbor hash list over to a RB tree.
OK michele@