CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/02 02:51:48
Modified files:
usr.sbin/bgpd : parse.y printconf.c
Log message:
Adjust mrt config setting of the group id.
The code in the session engine expect group id to be 0 for any case where
only a single peer is targeted. Only set the group id for group matches.
Adjust the logic in printconf.c to follow this behaviour. Add a comment
to better explain why the logic is the way it is for future me.
OK tb@
