Services: Kea DHCP: Kea DHCPv4 - loosen constraints for tftp boot. closes https://github.com/opnsense/core/issues/7235

This commit is contained in:
Ad Schellevis 2024-02-13 19:43:45 +01:00
parent 7d56aafaf2
commit 098a89b965

View File

@ -60,10 +60,10 @@
<FieldSeparator>,</FieldSeparator>
</ntp_servers>
<tftp_server_name type="TextField">
<Mask>/^([0-9a-zA-Z.\:\-,_]){0,1024}$/u</Mask>
<Mask>/^([^\n"])*$/u</Mask>
</tftp_server_name>
<boot_file_name type="TextField">
<Mask>/^([0-9a-zA-Z.\:\-,_]){0,1024}$/u</Mask>
<Mask>/^([^\n"])*$/u</Mask>
</boot_file_name>
</option_data>
<pools type=".\KeaPoolsField">