CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/03/01 01:55:45
Modified files: usr.sbin/ospf6d: rde.h rde_lsdb.c Log message: Implement lsa_find_lsid(), a function that searches the LSDB for a LSA specified by type, adv_rtr and an LSA to compare against. This is needed to find either a free LS ID or the previously assigned LS ID of an AS-ext LSA. "looks like you know what you're doing" stsp@