]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_vty.h
bgpd: implement retain route-target all behaviour
[mirror_frr.git] / bgpd / bgp_vty.h
index 143d3c1ac5f02efc2bd602508afbe0b829d60e0c..bdaa62054969270f6da1ffa76c7a36c5d2963da2 100644 (file)
@@ -152,6 +152,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);