diff options
author | Christian Breunig <christian@breunig.cc> | 2025-01-08 20:41:36 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-02-03 07:16:07 +0100 |
commit | 196797346b973d1eba3f3d000321786c54e3bdbf (patch) | |
tree | 55dcbf4eb4965ddb0182e7c77cc5af3523440e91 /interface-definitions/system_syslog.xml.in | |
parent | 395e3cb72c521ea9d62c0efd1620e679fc709cda (diff) | |
download | vyos-1x-196797346b973d1eba3f3d000321786c54e3bdbf.tar.gz vyos-1x-196797346b973d1eba3f3d000321786c54e3bdbf.zip |
syslog: T6989: remove CLI option for user terminal logging
Should be added as runtime option similar to "terminal monitor" known from
other vendors.
Diffstat (limited to 'interface-definitions/system_syslog.xml.in')
-rw-r--r-- | interface-definitions/system_syslog.xml.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/interface-definitions/system_syslog.xml.in b/interface-definitions/system_syslog.xml.in index 1d5b3635f..df9536c3b 100644 --- a/interface-definitions/system_syslog.xml.in +++ b/interface-definitions/system_syslog.xml.in @@ -8,25 +8,6 @@ <priority>400</priority> </properties> <children> - <tagNode name="user"> - <properties> - <help>Logging to specific terminal of given user</help> - <completionHelp> - <path>system login user</path> - </completionHelp> - <valueHelp> - <format>txt</format> - <description>Local user account</description> - </valueHelp> - <constraint> - #include <include/constraint/login-username.xml.i> - </constraint> - <constraintErrorMessage>illegal characters in user</constraintErrorMessage> - </properties> - <children> - #include <include/syslog-facility.xml.i> - </children> - </tagNode> <tagNode name="host"> <properties> <help>Logging to remote host</help> |