Move nexthop into struct filterstate (including nexthop flags) and use
authorclaudio <claudio@openbsd.org>
Sun, 22 Jul 2018 16:59:08 +0000 (16:59 +0000)
committerclaudio <claudio@openbsd.org>
Sun, 22 Jul 2018 16:59:08 +0000 (16:59 +0000)
commitb5a1e014db2fa4c9e14aadddc77535d3bfe8ff66
tree96f4d54f5138df035aa3271e2a2dbaec868c388f
parent501be069dbf296a0403b495730d371d7916511e8
Move nexthop into struct filterstate (including nexthop flags) and use
them whereever possible. In some places (path_update, softreconfig_out
handler) the nexthop state is temporarily folded back into the rde_aspath.
Tested and OK benno@
usr.sbin/bgpd/rde.c
usr.sbin/bgpd/rde.h
usr.sbin/bgpd/rde_filter.c
usr.sbin/bgpd/rde_rib.c
usr.sbin/bgpd/rde_update.c