mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 11:25:41 +00:00
tools: Ignore agentx command for frr-reload.py
agentx can't be disabled once enabled, so we should ignore it for frr-reload.py. ``` $ /usr/lib/frr/frr-reload.py --reload /etc/frr/bgpd.conf --bindir /usr/local/bin "no agentx" we failed to remove this command SNMP AgentX support cannot be disabled once enabled ``` Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
cb8d1c5598
commit
4a9ea00a27
@ -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