diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-16 22:45:58 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-16 22:45:58 +0100 |
commit | 9da3f105ac45fa1d175497636b0f13dc5e28212b (patch) | |
tree | fcaeb14acf272dc0c201882160a9e76ef409edc3 /interface-definitions/system-syslog.xml.in | |
parent | d06fd05748aeeb6edba7c6b0e74ba448d9b2e73a (diff) | |
download | vyos-1x-9da3f105ac45fa1d175497636b0f13dc5e28212b.tar.gz vyos-1x-9da3f105ac45fa1d175497636b0f13dc5e28212b.zip |
syslog: T2131: add generic fqdn validator
Diffstat (limited to 'interface-definitions/system-syslog.xml.in')
-rw-r--r-- | interface-definitions/system-syslog.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/system-syslog.xml.in b/interface-definitions/system-syslog.xml.in index 2079ec0ea..8d05e2b27 100644 --- a/interface-definitions/system-syslog.xml.in +++ b/interface-definitions/system-syslog.xml.in @@ -181,8 +181,8 @@ <properties> <help>Logging to a remote host</help> <constraint> - <validator name="ip-address" /> - <regex>(?=^.{4,253}$)(^((?!-)[a-zA-Z0-9-]{0,62}[a-zA-Z0-9]\.)+[a-zA-Z]{2,63}$)</regex> + <validator name="ip-address"/> + <validator name="fqdn"/> </constraint> <constraintErrorMessage>Invalid host FQDN or IP address</constraintErrorMessage> <valueHelp> |