CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/13 08:01:29
Modified files:
usr.sbin/bgpd : rde.c
Log message:
Return error on unhandled imsg types in the adj-rib-out case.
In rde_dump_ctx_new() the adj-rib-out case only covers some of the
possible imsg types rde_dump_ctx_new() can be called with. So ship back an
error instead of the fatalx() call.
OK tb@
