CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/07/07 00:33:40
Modified files: regress/sys/net/rtable/delete: main.c sys/net : rtable.c rtable.h usr.bin/netstat: route.c Log message: create a struct rtable so we can take rtable bits out of art.c as a first step struct rtable sits between the rtmaps and the art_root, rather than have the rtmaps point directly at art_root. this the first part a part of a much bigger diff that was tested by hrvoje popovski, bluhm@, and matthieu@. ok jmatthew@