mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 17:40:04 +00:00
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:
commit
f616e71608
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user