summaryrefslogtreecommitdiff
path: root/interface-definitions
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-09-19 16:47:10 +0100
committerGitHub <noreply@github.com>2024-09-19 16:47:10 +0100
commitac9f5b19604b5cbe45fcb76baae98eaa81adb7bc (patch)
tree107502a111d5b73d1be176a6a6d29ddd2ee48ede /interface-definitions
parentff0c3b81df719c0ddcf6a3e435d393b8f193e5ec (diff)
parent042be39ccabb43a766e04a447207610ff017bd7d (diff)
downloadvyos-1x-ac9f5b19604b5cbe45fcb76baae98eaa81adb7bc.tar.gz
vyos-1x-ac9f5b19604b5cbe45fcb76baae98eaa81adb7bc.zip
Merge pull request #4061 from c-po/syslog-T5367
syslog: T5367: add format option to include timezone in message
Diffstat (limited to 'interface-definitions')
-rw-r--r--interface-definitions/system_syslog.xml.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/system_syslog.xml.in b/interface-definitions/system_syslog.xml.in
index 3343e2c59..0a9a00572 100644
--- a/interface-definitions/system_syslog.xml.in
+++ b/interface-definitions/system_syslog.xml.in
@@ -66,6 +66,12 @@
<valueless/>
</properties>
</leafNode>
+ <leafNode name="include-timezone">
+ <properties>
+ <help>Include system timezone in syslog message</help>
+ <valueless/>
+ </properties>
+ </leafNode>
</children>
</node>
</children>