diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-06-12 23:18:19 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-06-12 23:18:19 +0200 |
commit | 0b1695221657336b436fc27217614b07a34cc132 (patch) | |
tree | 672b02505f606d14d92e9cc6ac805c30788d37c9 /interface-definitions | |
parent | 5d687daba3a33e7619d4ec8cc08792e6c2bfa0c7 (diff) | |
download | vyos-1x-0b1695221657336b436fc27217614b07a34cc132.tar.gz vyos-1x-0b1695221657336b436fc27217614b07a34cc132.zip |
ipsec: T57: Support disable on peer, tunnel, dmvpn profile
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/vpn_ipsec.xml.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/interface-definitions/vpn_ipsec.xml.in b/interface-definitions/vpn_ipsec.xml.in index 604f49cb6..d7435d6df 100644 --- a/interface-definitions/vpn_ipsec.xml.in +++ b/interface-definitions/vpn_ipsec.xml.in @@ -642,6 +642,7 @@ <help>VPN IPSec Profile</help> </properties> <children> + #include <include/generic-disable-node.xml.i> <node name="authentication"> <properties> <help>Authentication [REQUIRED]</help> @@ -731,6 +732,7 @@ </valueHelp> </properties> <children> + #include <include/generic-disable-node.xml.i> <node name="authentication"> <properties> <help>Peer authentication [REQUIRED]</help> |