CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/24 04:10:58
Modified files:
usr.sbin/bgpd : mrt.c rde.c rde_decide.c
Log message:
Use prefix_nexthop() to access the nexthop instead of dereferencing the
field in asp directly. This is a step to move the prefix from rde_aspath
to struct prefix.
OK benno@
