diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2022-12-24 19:48:21 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-24 19:48:21 -0600 |
| commit | f616e716089b16d9a678846282a6ac5c55e31a56 (patch) | |
| tree | a16cd9a2986bfdcc3a0ae89a64918adb81c897ff /tools/frr-reload.py | |
| parent | 3cb40f80008a1ff8654b7d12eb306cff9234daba (diff) | |
| parent | 4a9ea00a27c4edfb21e1efaed468a9eefc389d79 (diff) | |
Merge pull request #12560 from opensourcerouting/fix/allow_agentx_for_frr-reload
tools: Ignore agentx command for frr-reload.py
Diffstat (limited to 'tools/frr-reload.py')
| -rwxr-xr-x | tools/frr-reload.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/frr-reload.py b/tools/frr-reload.py index 7c5d91d4dc..bf402e1bef 100755 --- a/tools/frr-reload.py +++ b/tools/frr-reload.py @@ -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", |
