diff options
| author | Christian Breunig <christian@breunig.cc> | 2025-10-24 21:28:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-24 21:28:11 +0200 |
| commit | d316d808669994c4528b67a651fe0559a4b3dc77 (patch) | |
| tree | 94ed873f180c340abc64c0ce9d9ee387697ab485 /interface-definitions/system_syslog.xml.in | |
| parent | c284938df61b5e970dd13cde03e0693254e89211 (diff) | |
| parent | 34ce34f1680a5c34a68aa7a9774107e7bb2b7610 (diff) | |
| download | vyos-1x-d316d808669994c4528b67a651fe0559a4b3dc77.tar.gz vyos-1x-d316d808669994c4528b67a651fe0559a4b3dc77.zip | |
Merge pull request #4809 from alexandr-san4ez/T4251-current
syslog: T4251: Fix TLS enablement logic for syslog
Diffstat (limited to 'interface-definitions/system_syslog.xml.in')
| -rw-r--r-- | interface-definitions/system_syslog.xml.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/interface-definitions/system_syslog.xml.in b/interface-definitions/system_syslog.xml.in index 78217882f..4acbc729d 100644 --- a/interface-definitions/system_syslog.xml.in +++ b/interface-definitions/system_syslog.xml.in @@ -70,12 +70,6 @@ <help>Transport Layer Security (TLS) options for secure syslog</help> </properties> <children> - <leafNode name="enable"> - <properties> - <help>Enable TLS encryption for log transmission to this remote syslog server</help> - <valueless/> - </properties> - </leafNode> <!-- CA cert help should describe trust anchor for server/client validation --> #include <include/pki/ca-certificate.xml.i> <!-- Certificate help should specify identity for mutual authentication --> |
