diff options
author | Russ White <russ@riw.us> | 2022-07-26 14:50:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-26 14:50:59 +0200 |
commit | 3bf314451761882f6a938247fe4af74e264576a9 (patch) | |
tree | b5a8c2c8b281eac2907193e13c497d3af3bebabd /bgpd/bgp_vty.h | |
parent | Merge pull request #11674 from opensourcerouting/fix/cleanup_subgrpoup_hash_o... (diff) | |
parent | topotests: add bgp retain test (diff) | |
download | frr-3bf314451761882f6a938247fe4af74e264576a9.tar.xz frr-3bf314451761882f6a938247fe4af74e264576a9.zip |
Merge pull request #11523 from pguibert6WIND/bgp_no_retain
Bgp no retain
Diffstat (limited to 'bgpd/bgp_vty.h')
-rw-r--r-- | bgpd/bgp_vty.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_vty.h b/bgpd/bgp_vty.h index a7cd8f778..9526b50fb 100644 --- a/bgpd/bgp_vty.h +++ b/bgpd/bgp_vty.h @@ -149,6 +149,7 @@ struct bgp; "endOfRibSentAfterUpdate"); \ } while (0) +extern void bgp_clear_soft_in(struct bgp *bgp, afi_t afi, safi_t safi); extern void bgp_vty_init(void); extern void community_alias_vty(void); extern const char *get_afi_safi_str(afi_t afi, safi_t safi, bool for_json); |