diff options
author | hasso <hasso> | 2005-04-08 17:40:36 +0200 |
---|---|---|
committer | hasso <hasso> | 2005-04-08 17:40:36 +0200 |
commit | 6811845b67999861388cf00d3ca0ee8471d29876 (patch) | |
tree | 1f7f08f171164b1a75b66a45093ccb44217dff12 /bgpd/bgp_aspath.h | |
parent | * routemap.[ch]: Added "description ..." command. (diff) | |
download | frr-6811845b67999861388cf00d3ca0ee8471d29876.tar.xz frr-6811845b67999861388cf00d3ca0ee8471d29876.zip |
* bgpd.texi: Document new "bgp bestpath as-path confed" command.
* bgp_aspath.[ch], bgp_route.c, bgp_vty.c, bgpd.[ch]: Allow to enable
the length of confederation path segments to be included during the
as-path length check in the best path decision.
Diffstat (limited to 'bgpd/bgp_aspath.h')
-rw-r--r-- | bgpd/bgp_aspath.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_aspath.h b/bgpd/bgp_aspath.h index 3f7858bef..bfe4f5e81 100644 --- a/bgpd/bgp_aspath.h +++ b/bgpd/bgp_aspath.h @@ -42,6 +42,9 @@ struct aspath /* AS count. */ int count; + /* Confederation set/segment AS count. */ + int confed_count; + /* Rawdata. */ caddr_t data; |