diff options
author | Emanuele Di Pascale <emanuele@voltanet.io> | 2020-12-22 18:20:14 +0100 |
---|---|---|
committer | Emanuele Di Pascale <emanuele@voltanet.io> | 2021-01-09 15:50:17 +0100 |
commit | ee96c52a2828335c698c27ee7f7374204a97d4cb (patch) | |
tree | 1a4703048875543e14804b78aea6ad65af31acc8 /tools | |
parent | Merge pull request #7839 from ton31337/feature/print_large-community_dump (diff) | |
download | frr-ee96c52a2828335c698c27ee7f7374204a97d4cb.tar.xz frr-ee96c52a2828335c698c27ee7f7374204a97d4cb.zip |
tools: add bfdd to frr-reload.py daemons list
Signed-off-by: Emanuele Di Pascale <emanuele@voltanet.io>
Diffstat (limited to 'tools')
-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 c18a314a0..5ffa2430b 100755 --- a/tools/frr-reload.py +++ b/tools/frr-reload.py @@ -1765,6 +1765,7 @@ if __name__ == "__main__": "vrrpd", "ldpd", "pathd", + "bfdd", ]: msg = "Daemon %s is not a valid option for 'show running-config'" % args.daemon print(msg) |