diff options
author | Daniel Walton <dwalton@cumulusnetworks.com> | 2015-11-06 17:34:41 +0100 |
---|---|---|
committer | Daniel Walton <dwalton@cumulusnetworks.com> | 2015-11-06 17:34:41 +0100 |
commit | 06370dacc02b238a0ca5205f59b366807449bb84 (patch) | |
tree | e37875cbd972a43988ddb7b273b96c806754cb41 /bgpd/bgp_aspath.h | |
parent | BGP: Correctly display local-as for peer-group member (diff) | |
download | frr-06370dacc02b238a0ca5205f59b366807449bb84.tar.xz frr-06370dacc02b238a0ca5205f59b366807449bb84.zip |
BGP: Implement "neighbor x.x.x.x addpath-tx-bestpath-per-AS"
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-8114
Diffstat (limited to 'bgpd/bgp_aspath.h')
-rw-r--r-- | bgpd/bgp_aspath.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_aspath.h b/bgpd/bgp_aspath.h index faf3bc8ea..e4c781385 100644 --- a/bgpd/bgp_aspath.h +++ b/bgpd/bgp_aspath.h @@ -100,6 +100,7 @@ extern const char *aspath_print (struct aspath *); extern void aspath_print_vty (struct vty *, const char *, struct aspath *, const char *); extern void aspath_print_all_vty (struct vty *); extern unsigned int aspath_key_make (void *); +extern int aspath_get_firstas (struct aspath *); extern int aspath_loop_check (struct aspath *, as_t); extern int aspath_private_as_check (struct aspath *); extern int aspath_single_asn_check (struct aspath *, as_t asn); |