CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/17 02:14:50
Modified files:
usr.sbin/bgpd : rde_update.c
Log message:
Before adding a prefix to the Adj-RIB-Out modify the attributes to the
ones being sent out. Mainly prepend the ASPATH if needed and also change
the nexthop to the one being sent.
This should make the `bgpctl show rib out` output show the values the
peer receives.
OK job@
