diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-10-17 11:19:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-17 11:19:57 +0200 |
commit | fcf90cd860ba806c9a06526b5e1d88ca18d6f575 (patch) | |
tree | 4929e65e276c456ce8147941e7317b133be4e37e /interface-definitions | |
parent | aa844567456504c5026a9c49d5c4cf590c7cf08b (diff) | |
parent | 0eecfabd74f1f8dec96bf4bb64609eaa609edaef (diff) | |
download | vyos-1x-fcf90cd860ba806c9a06526b5e1d88ca18d6f575.tar.gz vyos-1x-fcf90cd860ba806c9a06526b5e1d88ca18d6f575.zip |
Merge pull request #573 from sever-sever/T2938
conf-mode: T2938: Add format octet-counted for syslog
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/system-syslog.xml.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/interface-definitions/system-syslog.xml.in b/interface-definitions/system-syslog.xml.in index 194cdb851..b357bb036 100644 --- a/interface-definitions/system-syslog.xml.in +++ b/interface-definitions/system-syslog.xml.in @@ -382,6 +382,19 @@ </leafNode> </children> </tagNode> + <node name="format"> + <properties> + <help>Logging format</help> + </properties> + <children> + <leafNode name="octet-counted"> + <properties> + <help>Allows for the transmission of all characters inside a syslog message</help> + <valueless/> + </properties> + </leafNode> + </children> + </node> </children> </tagNode> <node name="global"> |