diff options
author | Christian Breunig <christian@breunig.cc> | 2023-05-18 10:06:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-18 10:06:01 +0200 |
commit | e164b6e4654eba24d7d4a6aadae69da67661858f (patch) | |
tree | 7c04fe4b93db4f35ed42544874ff8e3a493c6021 | |
parent | 23118d7b4e1c52a38154ef109b974bde3b2737a2 (diff) | |
parent | 6f35d234e9d06cc39e464398d2bdcee9142f03f2 (diff) | |
download | vyos-1x-e164b6e4654eba24d7d4a6aadae69da67661858f.tar.gz vyos-1x-e164b6e4654eba24d7d4a6aadae69da67661858f.zip |
Merge pull request #2011 from indrajitr/mdns-improvements-2
mdns: T5227: Relax 'allow-service' pattern
-rw-r--r-- | interface-definitions/service-mdns-repeater.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/service-mdns-repeater.xml.in b/interface-definitions/service-mdns-repeater.xml.in index 2cd92dbf2..4aab9a558 100644 --- a/interface-definitions/service-mdns-repeater.xml.in +++ b/interface-definitions/service-mdns-repeater.xml.in @@ -36,7 +36,7 @@ <description>mDNS service</description> </valueHelp> <constraint> - #include <include/constraint/alpha-numeric-hyphen-underscore.xml.i> + <regex>[-_.a-zA-Z0-9]+</regex> </constraint> <multi/> </properties> |