summaryrefslogtreecommitdiff
path: root/op-mode-definitions/monitor-log.xml.in
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-09-12 14:18:01 +0100
committerGitHub <noreply@github.com>2024-09-12 14:18:01 +0100
commitad611f4c70b7f9cc9781cd7d350e261dbae8c077 (patch)
tree2c2a59696f515969c306d462eecbc511903d8cdd /op-mode-definitions/monitor-log.xml.in
parent4339c093837a6bd7bbcd0874d8a402d7736f0394 (diff)
parentc9c37a56cdee45dfa7d4b2e677e88a19afde8ac7 (diff)
downloadvyos-1x-ad611f4c70b7f9cc9781cd7d350e261dbae8c077.tar.gz
vyos-1x-ad611f4c70b7f9cc9781cd7d350e261dbae8c077.zip
Merge pull request #4021 from natali-rs1985/T6652-current
openfabric: T6652: Add support for OpenFabric protocol
Diffstat (limited to 'op-mode-definitions/monitor-log.xml.in')
-rw-r--r--op-mode-definitions/monitor-log.xml.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in
index a2d5d924a..6a2b7e53b 100644
--- a/op-mode-definitions/monitor-log.xml.in
+++ b/op-mode-definitions/monitor-log.xml.in
@@ -237,6 +237,12 @@
</properties>
<command>journalctl --follow --no-hostname --boot /usr/lib/frr/isisd</command>
</leafNode>
+ <leafNode name="openfabric">
+ <properties>
+ <help>Monitor log for OpenFabric</help>
+ </properties>
+ <command>journalctl --follow --no-hostname --boot /usr/lib/frr/fabricd</command>
+ </leafNode>
<leafNode name="nhrp">
<properties>
<help>Monitor log for NHRP</help>