CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/28 09:17:34
Modified files:
usr.sbin/bgpd : mrt.c rde.h rde_prefix.c rde_rib.c rde_update.c
Log message:
Instead of exracting the prefix into a bgpd_addr and passing that to
prefix_write() rename prefix_write() to pt_write() and pass a pt_entry to
the function. Removes an extra conversion step.
OK tb@
