]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_aspath.h
bgp: fix case where confederation id same as member-as
[mirror_frr.git] / bgpd / bgp_aspath.h
index 0b58e1adc4a77af8ae8168aae853b0d4a450255b..97bc7c0acada5ec7fc520b1ccd798b21b1140b71 100644 (file)
@@ -111,6 +111,7 @@ extern unsigned int aspath_key_make(const void *p);
 extern unsigned int aspath_get_first_as(struct aspath *aspath);
 extern unsigned int aspath_get_last_as(struct aspath *aspath);
 extern int aspath_loop_check(struct aspath *aspath, as_t asno);
+extern int aspath_loop_check_confed(struct aspath *aspath, as_t asno);
 extern bool aspath_private_as_check(struct aspath *aspath);
 extern struct aspath *aspath_replace_specific_asn(struct aspath *aspath,
                                                  as_t target_asn,