CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/08/19 06:34:15
Modified files: sys/net : if_spppsubr.c Log message: Use rtmap_limit to define the upper bound for rtable walks. RT_TABLEID_MAX should not be used to iterate over all routing tables since this is the maximum we advertise to userland but in most cases the number of active tables is much lower. OK sashan@