CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/01/09 09:49:41
Modified files:
usr.sbin/bgpd : rde.c rde_update.c
Log message:
Move peer related checks from up_test_update() to rde_generate_updates()
both the export check and the address family check should be done as
early as possible since these peers will not need any kind of updates
to happen. Also remove the non-standard ORIGINATOR_ID check.
With this up_test_update() becomes a simple true/false function which
makes the rest of the code a bit simpler.
OK benno@