CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/07/23 04:20:44
Modified files: usr.sbin/bgpd : kroute.c Log message: knexthop_compare() failed to compare correctly and because of this it was possible to corrupt the nexthop RB tree. Use the same compare logic used in the kroute compare functions. Nice side effect is a nicely sorted list in bgpctl show next. OK sthen@ henning@