diff options
author | Christian Breunig <christian@breunig.cc> | 2023-02-28 07:33:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-28 07:33:01 +0100 |
commit | 9b88a68001b79583cc2be59b4d6e1af3bed4aecf (patch) | |
tree | 5b625e6fa574b9c53f1c19403a91f5e646d3739a /op-mode-definitions/restart-frr.xml.in | |
parent | 16d167ac32a30b6d1b7c4856063beb39cc60f46f (diff) | |
parent | 4bfe801e7e6c59bdb70500b629fd31bb03598d4b (diff) | |
download | vyos-1x-9b88a68001b79583cc2be59b4d6e1af3bed4aecf.tar.gz vyos-1x-9b88a68001b79583cc2be59b4d6e1af3bed4aecf.zip |
Merge pull request #1800 from vfreex/feature-babel
T4977: Add Babel routing protocol support
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> |