diff options
author | Christian Breunig <christian@breunig.cc> | 2025-03-04 13:47:30 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-03-04 14:05:36 +0100 |
commit | cf99d54870da341c1b7b3af58f102e26c16ce379 (patch) | |
tree | 6234b6c47e38fca9d7e7c20a4f32af2bb4395bc2 /interface-definitions/system_syslog.xml.in | |
parent | 3500e743ad608a8aecc1cf9004f1792e4f74729c (diff) | |
download | vyos-1x-syslog-typos-T6989.tar.gz vyos-1x-syslog-typos-T6989.zip |
syslog: T6989: add option do disable "MARK"syslog-typos-T6989
New CLI command
set system syslog marker disable
Diffstat (limited to 'interface-definitions/system_syslog.xml.in')
-rw-r--r-- | interface-definitions/system_syslog.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/system_syslog.xml.in b/interface-definitions/system_syslog.xml.in index 32dcf65ff..8b2d9cab7 100644 --- a/interface-definitions/system_syslog.xml.in +++ b/interface-definitions/system_syslog.xml.in @@ -80,6 +80,7 @@ <help>Mark messages sent to syslog</help> </properties> <children> + #include <include/generic-disable-node.xml.i> <leafNode name="interval"> <properties> <help>Mark message interval</help> |