mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
Expose Kea option v6-only-preferred in the GUI (#8286)
* Add Kea GUI options for IPv6-only Preferred (option 108) * Indentation * Add advanced, mention option 108 in option title, mention minim value in help
This commit is contained in:
parent
7c09ab5549
commit
3aee9456bd
@ -145,4 +145,14 @@
|
||||
<visible>false</visible>
|
||||
</grid_view>
|
||||
</field>
|
||||
<field>
|
||||
<id>subnet4.option_data.v6_only_preferred</id>
|
||||
<label>IPv6-only Preferred (Option 108)</label>
|
||||
<type>text</type>
|
||||
<help>The number of seconds for which the client should disable DHCPv4. The minimum value is 300 seconds.</help>
|
||||
<grid_view>
|
||||
<visible>false</visible>
|
||||
</grid_view>
|
||||
<advanced>true</advanced>
|
||||
</field>
|
||||
</form>
|
||||
|
||||
@ -101,6 +101,9 @@
|
||||
<boot_file_name type="TextField">
|
||||
<Mask>/^([^\n"])*$/u</Mask>
|
||||
</boot_file_name>
|
||||
<v6_only_preferred type="IntegerField">
|
||||
<MinimumValue>300</MinimumValue>
|
||||
</v6_only_preferred>
|
||||
</option_data>
|
||||
<match-client-id type="BooleanField">
|
||||
<Default>1</Default>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user