From 49cfd4e0c56a8b7a85128bfdb4a4e19157137129 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 5 Apr 2021 14:47:52 +0200 Subject: smoketest: config: bgp: remove graceful-restart option due to frr-reload bug When loading a configuration for BGP that contains the graceful-restart options, the frr-reload script will not return 0, but the config is accepted. This is a false positive, and related to https://github.com/FRRouting/frr/issues/8403 --- smoketest/configs/bgp-bfd-communities | 2 -- 1 file changed, 2 deletions(-) diff --git a/smoketest/configs/bgp-bfd-communities b/smoketest/configs/bgp-bfd-communities index 3b3056a51..1a331f9ff 100644 --- a/smoketest/configs/bgp-bfd-communities +++ b/smoketest/configs/bgp-bfd-communities @@ -421,8 +421,6 @@ protocols { local 220 } } - graceful-restart { - } } peer-group DAL13 { address-family { -- cgit v1.2.3