CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/11/05 04:51:13
Modified files:
usr.sbin/bgpd : bgpd.h printconf.c rde.c rde_filter.c rde_rib.c
Log message:
Refactor the filterset handling of nexthops. Instead of depending on
bgpd_process and changing the behaviour that way add a new filterset
type ACTION_SET_NEXTHOP_REF which is used when the nexthop reference
of the union is used. Adjust the RDE to convert ACTION_SET_NEXTHOP to
ACTION_SET_NEXTHOP_REF when receiving the filtersets.
OK benno@