mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 12:41:21 +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)
|
ctx_keys[0].startswith(x)
|
||||||
for x in [
|
for x in [
|
||||||
|
"agentx",
|
||||||
"frr version",
|
"frr version",
|
||||||
"frr defaults",
|
"frr defaults",
|
||||||
"username",
|
"username",
|
||||||
|
Loading…
Reference in New Issue
Block a user