]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Refactor subgroup_announce_table() to reuse an existing helpers
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 25 May 2023 12:46:21 +0000 (15:46 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 25 May 2023 14:04:47 +0000 (17:04 +0300)
commitbe393ade4acf0fcab2bdcc730a09281895af5e6b
tree2c19b8908b0ada05e53e89cd34c413bcacc669ed
parent575a0c5e3cdc50915a9c41ab9a2c5ff31ff7e04d
bgpd: Refactor subgroup_announce_table() to reuse an existing helpers

Reuse subgroup_process_announce_selected(). It does the same as we do here
duplicating the logic.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
bgpd/bgp_route.c
bgpd/bgp_route.h
bgpd/bgp_updgrp_adv.c