diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-07-18 21:35:53 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-07-18 21:35:53 +0200 |
commit | 48c768abbf53b752a55db2adea1f998cb28da55c (patch) | |
tree | f1f0870c19466ec128264af78701e08cea54744c /interface-definitions/vpn_ipsec.xml.in | |
parent | 0a9ff39b48804af541ccd00f567c54014f8e1db2 (diff) | |
download | vyos-1x-48c768abbf53b752a55db2adea1f998cb28da55c.tar.gz vyos-1x-48c768abbf53b752a55db2adea1f998cb28da55c.zip |
ipsec: T1210: remote-access pools can not hold both IPv4 and IPv6 prefixes
... this enables a dual-stack IKEv2 VPN deployment.
Diffstat (limited to 'interface-definitions/vpn_ipsec.xml.in')
-rw-r--r-- | interface-definitions/vpn_ipsec.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/vpn_ipsec.xml.in b/interface-definitions/vpn_ipsec.xml.in index 9dbebdc0f..14063091d 100644 --- a/interface-definitions/vpn_ipsec.xml.in +++ b/interface-definitions/vpn_ipsec.xml.in @@ -850,6 +850,7 @@ <validator name="ipv4-prefix"/> <validator name="ipv6-prefix"/> </constraint> + <multi/> </properties> </leafNode> <!-- Include Accel-PPP definition here, maybe time for a rename? --> |