Merge pull request #12560 from opensourcerouting/fix/allow_agentx_for_frr-reload

tools: Ignore agentx command for frr-reload.py
This commit is contained in:
Jafar Al-Gharaibeh 2022-12-24 19:48:21 -06:00 committed by GitHub
commit f616e71608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1514,6 +1514,7 @@ def ignore_unconfigurable_lines(lines_to_add, lines_to_del):
[
ctx_keys[0].startswith(x)
for x in [
"agentx",
"frr version",
"frr defaults",
"username",