From b8689d71f0be15aa09763168dd7858ef89dc66e2 Mon Sep 17 00:00:00 2001 From: Abhishek Dosi Date: Sat, 2 Apr 2022 10:47:44 -0700 Subject: [PATCH] Fix the build error created by cherry-pick of PR: [bgp] Enable BGP Graceful Restart based on device role (#9486) Signed-off-by: Abhishek Dosi --- .../tests/sample_output/t2-chassis-fe-bgpd.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/sonic-config-engine/tests/sample_output/t2-chassis-fe-bgpd.conf b/src/sonic-config-engine/tests/sample_output/t2-chassis-fe-bgpd.conf index 6e3776c28b..2f65a1209c 100644 --- a/src/sonic-config-engine/tests/sample_output/t2-chassis-fe-bgpd.conf +++ b/src/sonic-config-engine/tests/sample_output/t2-chassis-fe-bgpd.conf @@ -26,6 +26,8 @@ router bgp 4000 vrf VnetFE bgp log-neighbor-changes bgp bestpath as-path multipath-relax no bgp default ipv4-unicast + bgp graceful-restart restart-time 240 + bgp graceful-restart bgp router-id 4.0.0.0 neighbor 192.168.0.1 remote-as 3000 neighbor 192.168.0.1 description Leaf01 @@ -60,9 +62,6 @@ router bgp 4000 ! bgp bestpath as-path multipath-relax ! - bgp graceful-restart restart-time 240 - bgp graceful-restart - bgp graceful-restart preserve-fw-state ! bgp router-id 4.0.0.0 !