diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-05 14:47:52 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-04-05 14:47:52 +0200 |
commit | 49cfd4e0c56a8b7a85128bfdb4a4e19157137129 (patch) | |
tree | 1326e0e6b15ba825ecd4f7a1b8a7226a8267200a | |
parent | a394e6939c0ec4a59664a83a4ce25a893cc6a17e (diff) | |
download | vyos-1x-49cfd4e0c56a8b7a85128bfdb4a4e19157137129.tar.gz vyos-1x-49cfd4e0c56a8b7a85128bfdb4a4e19157137129.zip |
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
-rw-r--r-- | smoketest/configs/bgp-bfd-communities | 2 |
1 files changed, 0 insertions, 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 { |