diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-12 13:16:13 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-12 13:17:48 +0200 |
commit | 550cea8e88f11564abb4691354ecbac22d146a29 (patch) | |
tree | 0b72aecd8f5f4093736b449a7f4f53289035130b | |
parent | 7c2270d298c71ad94e28e6492de2a3cf7c1e67fe (diff) | |
download | vyos-1x-550cea8e88f11564abb4691354ecbac22d146a29.tar.gz vyos-1x-550cea8e88f11564abb4691354ecbac22d146a29.zip |
xml: op-mode: add "show log kernel"
-rw-r--r-- | op-mode-definitions/show-log.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/op-mode-definitions/show-log.xml.in b/op-mode-definitions/show-log.xml.in index bb2de1580..92c1cf016 100644 --- a/op-mode-definitions/show-log.xml.in +++ b/op-mode-definitions/show-log.xml.in @@ -123,6 +123,12 @@ </tagNode> </children> </tagNode> + <leafNode name="kernel"> + <properties> + <help>Show messages in kernel ring buffer</help> + </properties> + <command>sudo dmesg</command> + </leafNode> <leafNode name="lldp"> <properties> <help>Show log for LLDP</help> |