tools: Add missing daemons

Got `ERROR: Daemon babeld is not a valid option for 'show running-config'` when using `frr-reload.py --reload --daemon babeld`.

Adds `babeld` and `nhrpd` as valid daemons.

Signed-off-by: Yuxiang Zhu <vfreex@gmail.com>
This commit is contained in:
Yuxiang Zhu 2023-01-10 03:18:05 +08:00
parent 61615e4dfd
commit 559f208ea5
1 changed files with 2 additions and 0 deletions

View File

@ -1914,6 +1914,7 @@ if __name__ == "__main__":
"bgpd",
"fabricd",
"isisd",
"babeld",
"ospf6d",
"ospfd",
"pbrd",
@ -1925,6 +1926,7 @@ if __name__ == "__main__":
"staticd",
"vrrpd",
"ldpd",
"nhrpd",
"pathd",
"bfdd",
"eigrpd",