mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
Services: Kea DHCP: Kea DHCPv4 - loosen constraints for tftp boot. closes https://github.com/opnsense/core/issues/7235
This commit is contained in:
parent
7d56aafaf2
commit
098a89b965
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user