CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/02/24 07:54:03
Modified files:
usr.sbin/bgpd : rde.c rde_update.c
Log message:
struct prefix holds path_id_tx for the path id sent to peers when
add-path send is enabled. Start using this instead of 0. Currently
nothing sets path_id_tx to any value != 0 so this is the same but
a bit more correct.
OK tb@
