diff options
author | Yuxiang Zhu <vfreex@gmail.com> | 2023-01-09 05:48:50 +0000 |
---|---|---|
committer | Yuxiang Zhu <vfreex@gmail.com> | 2023-02-08 21:48:15 +0800 |
commit | 4bfe801e7e6c59bdb70500b629fd31bb03598d4b (patch) | |
tree | fd51141d8fd1c6c112c7742259f5b97cf88abd17 /op-mode-definitions/restart-frr.xml.in | |
parent | 2622902ac76bc1c3356bb722f63e931119f3eb04 (diff) | |
download | vyos-1x-4bfe801e7e6c59bdb70500b629fd31bb03598d4b.tar.gz vyos-1x-4bfe801e7e6c59bdb70500b629fd31bb03598d4b.zip |
T4977: Add Babel routing protocol support
This PR adds basic Babel routing protocol support using the implementation in
FRR.
Signed-off-by: Yuxiang Zhu <vfreex@gmail.com>
Diffstat (limited to 'op-mode-definitions/restart-frr.xml.in')
-rw-r--r-- | op-mode-definitions/restart-frr.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/op-mode-definitions/restart-frr.xml.in b/op-mode-definitions/restart-frr.xml.in index 4e2be1bf2..4572858b5 100644 --- a/op-mode-definitions/restart-frr.xml.in +++ b/op-mode-definitions/restart-frr.xml.in @@ -68,6 +68,12 @@ </properties> <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon zebra</command> </leafNode> + <leafNode name="babel"> + <properties> + <help>Restart Babel routing daemon</help> + </properties> + <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon babeld</command> + </leafNode> </children> </node> </interfaceDefinition> |