diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-12-17 11:48:56 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-17 11:48:56 +0700 |
commit | bccb6398ed289c1f16ffd677d317b0f49711a8e5 (patch) | |
tree | 47cea85591ff7493d5915046db3f65de197e052d /op-mode-definitions | |
parent | da5f36ce0971f41d9d45a16fc64abbe1150d92e5 (diff) | |
parent | 0ef775ab6563af8c20d72d3e30751d50946ab704 (diff) | |
download | vyos-1x-bccb6398ed289c1f16ffd677d317b0f49711a8e5.tar.gz vyos-1x-bccb6398ed289c1f16ffd677d317b0f49711a8e5.zip |
Merge pull request #1111 from devon-mar/restart-ldpd
frr: T4082: Add restart ldp command
Diffstat (limited to 'op-mode-definitions')
-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 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> |