diff options
| author | Christian Poessinger <christian@poessinger.com> | 2020-03-16 22:46:12 +0100 |
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2020-03-16 22:46:12 +0100 |
| commit | c488ddc235467a920381c9cb6ec71f0826a55b32 (patch) | |
| tree | cdcba4a122335f95415d797403ababaafbeda952 | |
| parent | 9da3f105ac45fa1d175497636b0f13dc5e28212b (diff) | |
| download | vyos-1x-c488ddc235467a920381c9cb6ec71f0826a55b32.tar.gz vyos-1x-c488ddc235467a920381c9cb6ec71f0826a55b32.zip | |
syslog: T2131: improve valueHelp
| -rw-r--r-- | interface-definitions/system-syslog.xml.in | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/interface-definitions/system-syslog.xml.in b/interface-definitions/system-syslog.xml.in index 8d05e2b27..194cdb851 100644 --- a/interface-definitions/system-syslog.xml.in +++ b/interface-definitions/system-syslog.xml.in @@ -184,10 +184,14 @@ <validator name="ip-address"/> <validator name="fqdn"/> </constraint> - <constraintErrorMessage>Invalid host FQDN or IP address</constraintErrorMessage> + <constraintErrorMessage>Invalid host (FQDN or IP address)</constraintErrorMessage> <valueHelp> - <format>x.x.x.x or host.domain.tld</format> - <description>Remote host name or IP address</description> + <format>ipv4</format> + <description>Remote syslog server IPv4 address</description> + </valueHelp> + <valueHelp> + <format>hostname</format> + <description>Remote syslog server FQDN</description> </valueHelp> </properties> <children> |
