diff options
| author | Russ White <russ@riw.us> | 2022-07-26 08:50:59 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-26 08:50:59 -0400 | 
| commit | 3bf314451761882f6a938247fe4af74e264576a9 (patch) | |
| tree | b5a8c2c8b281eac2907193e13c497d3af3bebabd /bgpd/bgp_vty.h | |
| parent | 749cf3c23d0d5db5e007a80539692b4ba36a49e7 (diff) | |
| parent | 943bfc4e824372a4eb036098464a301e9392f5dd (diff) | |
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 a7cd8f778e..9526b50fb9 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);  | 
