CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/12/16 05:11:16
Modified files:
usr.sbin/bgpd : rde.h rde_prefix.c
Log message:
Extend the prefix/pt API with functions for iterators.
- pt_first() and pt_next() can be used to implement a basic iterator
that can walk all or part of a tree.
- pt_get_next() returns the match or next bigger match than prefix/prefixlen
OK tb@
