From 70d60dc3e255c5b2cbfc1e663b71f138cec854e2 Mon Sep 17 00:00:00 2001 From: rebortg Date: Sun, 23 Oct 2022 21:28:50 +0200 Subject: bgp: fix maximum-path command --- docs/configuration/protocols/bgp.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration/protocols/bgp.rst b/docs/configuration/protocols/bgp.rst index 8481f0e2..5b9cb762 100644 --- a/docs/configuration/protocols/bgp.rst +++ b/docs/configuration/protocols/bgp.rst @@ -538,7 +538,8 @@ Common parametrs This command specifies the router-ID. If router ID is not specified it will use the highest interface IP address. -.. cfgcmd:: set protocols bgp maximum-paths +.. cfgcmd:: set protocols bgp address-family + maximum-paths This command defines the maximum number of parallel routes that the BGP can support. In order for BGP to use the second path, the -- cgit v1.2.3