CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/10/26 06:22:35
Modified files:
usr.sbin/ldpd : labelmapping.c ldpe.h neighbor.c
Log message:
struct mapping_entry should just have a struct map instead of own
definition of a FEC mapping. This makes extending struct map simpler
and makes it possible to access the additional data in struct map.
