CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2009/03/06 17:33:13
Modified files: usr.sbin/ospf6d: rde.c rde.h rde_lsdb.c Log message: Add lsa_find_tree() to allow searching for LSAs in a specific LSA tree. We had code marked XXX searching an LSA tree manually using RB_FIND(), switch it over to lsa_find_tree(). Make lsa_find() use the new function, too, to avoid code duplication. ok claudio@