CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/10/15 14:36:31
Modified files:
usr.sbin/ldpd : lde.c lde.h neighbor.c
Log message:
Simplify the lde_nbr_new() function.
There's no need the pass a whole lde_nbr structure as argument if we
want only the neighbor IP address.
Also, remove the lde_nbr_del() prototype on lde.h because it's a
duplicate.
OK claudio@
