From d41909874a6a7e2264e0a89928885b491efd9851 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 15 Sep 2022 14:20:11 +0200 Subject: bgp: T4696: add support for "bestpath peer-type multipath-relax" Add new VyOS CLI command: set protocols bgp parameters bestpath peer-type multipath-relax This command specifies that BGP decision process should consider paths from all peers for multipath computation. If this option is enabled, paths learned from any of eBGP, iBGP, or confederation neighbors will be multipath if they are otherwise considered equal cost. [1] [1]: http://docs.frrouting.org/en/stable-8.3/bgp.html#clicmd-bgp-bestpath-peer-type-multipath-relax --- .../include/bgp/protocol-common-config.xml.i | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'interface-definitions/include/bgp') diff --git a/interface-definitions/include/bgp/protocol-common-config.xml.i b/interface-definitions/include/bgp/protocol-common-config.xml.i index d2bcea62a..70176144d 100644 --- a/interface-definitions/include/bgp/protocol-common-config.xml.i +++ b/interface-definitions/include/bgp/protocol-common-config.xml.i @@ -1135,6 +1135,19 @@ + + + Peer type + + + + + Allow load sharing across routes learned from different peer types + + + + + -- cgit v1.2.3