CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/03/11 18:57:13
Modified files:
usr.sbin/ldpd : hello.c ldpe.h neighbor.c
Log message:
Bad bad Claudio. Fix an evil bug that caused nbr addr_tree corruption.
Do not insert neighbors first to the address tree and then assign the
address to the struct. Instead pass the address to nbr_new() so all
keys for the various RB trees are available when setting the neighbor up.
