diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-25 14:55:10 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-25 15:01:18 +0200 |
commit | b4b2c91127289c7b62afb24304054d57357a48c5 (patch) | |
tree | 00840e58656c5b801459875490b58dea4a89bdc4 /op-mode-definitions | |
parent | 8ad8b0d51bf21c583e6d687576cb1a61195e7215 (diff) | |
download | vyos-1x-b4b2c91127289c7b62afb24304054d57357a48c5.tar.gz vyos-1x-b4b2c91127289c7b62afb24304054d57357a48c5.zip |
op-mode: frr: T1514: add possibility to restart isis daemon
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 a5ba5b11f..475bd1ee8 100644 --- a/op-mode-definitions/restart-frr.xml.in +++ b/op-mode-definitions/restart-frr.xml.in @@ -20,6 +20,12 @@ </properties> <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon bgpd</command> </leafNode> + <leafNode name="isis"> + <properties> + <help>Restart Intermediate System to Intermediate System (IS-IS) routing daemon</help> + </properties> + <command>sudo ${vyos_op_scripts_dir}/restart_frr.py --action restart --daemon isisd</command> + </leafNode> <leafNode name="ospf"> <properties> <help>Restart Open Shortest Path First (OSPF) routing daemon</help> |