summaryrefslogtreecommitdiff
path: root/op-mode-definitions/restart-frr.xml.in
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2022-05-15 22:16:36 +0300
committerGitHub <noreply@github.com>2022-05-15 22:16:36 +0300
commit2353f164fc1f61002c9da4fd852854ee1355b8cd (patch)
tree657b4eeb27de81969dc44cb18102fa335d06f6c5 /op-mode-definitions/restart-frr.xml.in
parentb98e0e90ce1e135f8ffe19c1ce1f9b9e44efaa77 (diff)
parent415a470f9dba21ed88ed43c1151e33e3cfd62ca9 (diff)
downloadvyos-1x-2353f164fc1f61002c9da4fd852854ee1355b8cd.tar.gz
vyos-1x-2353f164fc1f61002c9da4fd852854ee1355b8cd.zip
Merge pull request #1324 from sever-sever/T4082
ldp: T4082: Add restart ldp command for op-mode
Diffstat (limited to 'op-mode-definitions/restart-frr.xml.in')
-rw-r--r--op-mode-definitions/restart-frr.xml.in6
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 475bd1ee8..4e2be1bf2 100644
--- a/op-mode-definitions/restart-frr.xml.in
+++ b/op-mode-definitions/restart-frr.xml.in
@@ -26,6 +26,12 @@
</properties>
<command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon isisd</command>
</leafNode>
+ <leafNode name="ldp">
+ <properties>
+ <help>Restart the Label Distribution Protocol (LDP) daemon</help>
+ </properties>
+ <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon ldpd</command>
+ </leafNode>
<leafNode name="ospf">
<properties>
<help>Restart Open Shortest Path First (OSPF) routing daemon</help>