CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/10/15 14:41:10
Modified files:
usr.sbin/ldpd : interface.c neighbor.c
Log message:
Minor fixes on if_del() and nbr_new().
if_del(): this function is always called after an IF_EVT_DOWN event so
there's no need to cleanup things here;
nbr_new(): C structs shouldn't be copied directly.
OK claudio@
