CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/23 01:43:37
Modified files:
usr.sbin/bgpd : bgpd.h kroute.c
Log message:
Replace struct kroute_node and kroute6_node with direct versions of
struct kroute and kroute6.
Rename knexthop_node to knexthop as well. Mostly mechanical but fix
at least one log format string to have the correct order of arguments.
OK tb@
