From ab6ef466c128ba48f85b13ba8d4be1476e844726 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 8 Mar 2021 19:38:11 +0100 Subject: bgp: T3391: migrate old IPv4 only maximum-paths config to new syntax --- smoketest/configs/bgp-big-as-cloud | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'smoketest/configs') diff --git a/smoketest/configs/bgp-big-as-cloud b/smoketest/configs/bgp-big-as-cloud index df3ae015c..694243d1e 100644 --- a/smoketest/configs/bgp-big-as-cloud +++ b/smoketest/configs/bgp-big-as-cloud @@ -1186,6 +1186,10 @@ protocols { } } } + maximum-paths { + ebgp 8 + ibgp 16 + } neighbor 192.0.16.209 { address-family { ipv4-unicast { -- cgit v1.2.3