]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_ecommunity.h
bgpd: Fixes for VRF route leaking
[mirror_frr.git] / bgpd / bgp_ecommunity.h
index 0c22c5a149c6aa9f7368c8083704e7fd3643ba15..3aeb458dc61ab0de5b9fc123a48333a3f62b1a94 100644 (file)
@@ -170,4 +170,6 @@ extern int ecommunity_add_val(struct ecommunity *, struct ecommunity_val *);
 extern int ecommunity_strip(struct ecommunity *ecom, uint8_t type,
                            uint8_t subtype);
 extern struct ecommunity *ecommunity_new(void);
+extern int ecommunity_del_val(struct ecommunity *ecom,
+                             struct ecommunity_val *eval);
 #endif /* _QUAGGA_BGP_ECOMMUNITY_H */