CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/03/25 06:05:18
Modified files: usr.sbin/ldpd : kroute.c Log message: Kroute updates from the LDE are per FEC so do the lookup in kroute with prefix/len and nexthop but do not consider the priority. send_rtmsg() needs to use the kroute element and not the one sent from the LDE since that one has no priority set (which is needed). This seems to solve a problem where ldpd modified the wrong routes. OK michele