summaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-03-29 11:23:10 +0100
committerGitHub <noreply@github.com>2025-03-29 11:23:10 +0100
commita2563828340fbc6bc9bc57048a08a1901c61f000 (patch)
tree722b4b679672806b1777e6b6ed75aba6be2e13c4 /data/templates
parent55abc8214574d7098cceba39c347bf98e02d370a (diff)
parente669a53dadc0f319b2e089337330b59a8cb23457 (diff)
downloadvyos-1x-a2563828340fbc6bc9bc57048a08a1901c61f000.tar.gz
vyos-1x-a2563828340fbc6bc9bc57048a08a1901c61f000.zip
Merge pull request #4409 from woodsb02/patch-2
syslog: T7270: fix typos in rsyslog.conf
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/rsyslog/rsyslog.conf.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/rsyslog/rsyslog.conf.j2 b/data/templates/rsyslog/rsyslog.conf.j2
index 68e34f3f8..a67e596fc 100644
--- a/data/templates/rsyslog/rsyslog.conf.j2
+++ b/data/templates/rsyslog/rsyslog.conf.j2
@@ -103,9 +103,9 @@ if prifilt("{{ tmp | join(',') }}") then {
port="{{ remote_options.port }}"
protocol="{{ remote_options.protocol }}"
{% if remote_options.format.include_timezone is vyos_defined %}
- template="SyslogProtocol23Format"
+ template="RSYSLOG_SyslogProtocol23Format"
{% endif %}
- TCP_Framing="{{ 'octed-counted' if remote_options.format.octet_counted is vyos_defined else 'traditional' }}"
+ TCP_Framing="{{ 'octet-counted' if remote_options.format.octet_counted is vyos_defined else 'traditional' }}"
{% if remote_options.source_address is vyos_defined %}
Address="{{ remote_options.source_address }}"
{% endif %}