mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
VPN: IPsec: Connections: Pools add IP4_DNS and IP6_DNS Configuration Payloads (#6864)
This commit is contained in:
parent
e25ef6774b
commit
d3ea1f5e90
@ -18,5 +18,14 @@
|
||||
Accepts a single CIDR subnet defining the pool to allocate addresses from
|
||||
</help>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
<id>pool.dns</id>
|
||||
<label>DNS</label>
|
||||
<type>select_multiple</type>
|
||||
<style>tokenize</style>
|
||||
<allownew>true</allownew>
|
||||
<help>
|
||||
DNS servers to push as configuration payload (RFC4306 3.15 - Value 3 and 10). Accepts multiple IPv4/IPv6 addresses.
|
||||
</help>
|
||||
</field>
|
||||
</form>
|
||||
|
||||
@ -328,6 +328,13 @@
|
||||
<NetMaskRequired>Y</NetMaskRequired>
|
||||
<ValidationMessage>Please specify a valid CIDR subnet.</ValidationMessage>
|
||||
</addrs>
|
||||
<dns type="NetworkField">
|
||||
<FieldSeparator>,</FieldSeparator>
|
||||
<NetMaskAllowed>N</NetMaskAllowed>
|
||||
<WildcardEnabled>N</WildcardEnabled>
|
||||
<AsList>Y</AsList>
|
||||
<ValidationMessage>'Entry is not a valid IPv4 or IPv6 address.'</ValidationMessage>
|
||||
</dns>
|
||||
</Pool>
|
||||
</Pools>
|
||||
<VTIs>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user