diff options
author | Christian Breunig <christian@breunig.cc> | 2023-02-15 19:03:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 19:03:27 +0100 |
commit | 63dfe01db5fb60031cf5b4b017a2f172166fe4b7 (patch) | |
tree | c358249d37f06dca5733547b096e4ab557dc3463 /interface-definitions/vpn-ipsec.xml.in | |
parent | c4d26a3aaca68d0014ce65d97184f7ce6258d6df (diff) | |
parent | 45b16864b11ea49087ce4a279e2c0e741a97c0ee (diff) | |
download | vyos-1x-63dfe01db5fb60031cf5b4b017a2f172166fe4b7.tar.gz vyos-1x-63dfe01db5fb60031cf5b4b017a2f172166fe4b7.zip |
Merge pull request #1821 from sarthurdev/ipsec
ipsec: T4593: Migrate and remove legacy `include-ipsec` nodes
Diffstat (limited to 'interface-definitions/vpn-ipsec.xml.in')
-rw-r--r-- | interface-definitions/vpn-ipsec.xml.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/interface-definitions/vpn-ipsec.xml.in b/interface-definitions/vpn-ipsec.xml.in index 5ba9c9388..1b3a5532e 100644 --- a/interface-definitions/vpn-ipsec.xml.in +++ b/interface-definitions/vpn-ipsec.xml.in @@ -546,16 +546,6 @@ </tagNode> </children> </tagNode> - <leafNode name="include-ipsec-conf"> - <properties> - <help>Absolute path to specify a strongSwan config include file</help> - </properties> - </leafNode> - <leafNode name="include-ipsec-secrets"> - <properties> - <help>Absolute path to a strongSwan secrets include file</help> - </properties> - </leafNode> #include <include/generic-interface-multi.xml.i> <node name="log"> <properties> |