summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPradosh Mohapatra <pmohapat@cumulusnetworks.com>2013-09-07 09:02:36 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2014-05-15 19:15:22 +0200
commit2fdd455cfd1f758b7aa2e6c8e3d185098b93908c (patch)
tree3b2d28c7b389228cc6c1e3809660c4f7f22c3f18 /doc
parentbgpd: use ATTR_FLAG_BIT() for BGP_ATTR_ values (diff)
downloadfrr-2fdd455cfd1f758b7aa2e6c8e3d185098b93908c.tar.xz
frr-2fdd455cfd1f758b7aa2e6c8e3d185098b93908c.zip
bgpd: add 'bgp bestpath as-path multipath-relax'
Compute multipath in BGP based on AS_PATH hop count match. If the knob is turned on, it is not required to have an exact match of AS_PATHs (provided other multipath conditions are met, of course). Signed-off-by: Pradosh Mohapatra <pmohapat at cumulusnetworks.com> Reviewed-by: Dinesh G Dutt <ddutt at cumulusnetworks.com> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/bgpd.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/bgpd.texi b/doc/bgpd.texi
index dd37d3ecd..24028d6f9 100644
--- a/doc/bgpd.texi
+++ b/doc/bgpd.texi
@@ -124,6 +124,12 @@ sequences should should be taken into account during the BGP best path
decision process.
@end deffn
+@deffn {BGP} {bgp bestpath as-path multipath-relax} {}
+This command specifies that BGP decision process should consider paths
+of equal AS_PATH length candidates for multipath computation. Without
+the knob, the entire AS_PATH must match for multipath computation.
+@end deffn
+
@node BGP route flap dampening
@subsection BGP route flap dampening