diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-07-22 19:56:19 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-07-22 20:01:35 +0200 |
commit | 4e4dacee281059fdbca6531ace53f22817a62650 (patch) | |
tree | e68e41052c4620c4bf40c5cf73b3891a7ea7e967 /interface-definitions | |
parent | 2495ea2f010474f8eb673d9ccd89429a127c1edc (diff) | |
download | vyos-1x-4e4dacee281059fdbca6531ace53f22817a62650.tar.gz vyos-1x-4e4dacee281059fdbca6531ace53f22817a62650.zip |
ipsec: T2816: remove "auto-update" CLI option
Update/refresh of DNS records is now handled internally by Strongswan.
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/vpn_ipsec.xml.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/interface-definitions/vpn_ipsec.xml.in b/interface-definitions/vpn_ipsec.xml.in index 3d142ccee..4cd1936a2 100644 --- a/interface-definitions/vpn_ipsec.xml.in +++ b/interface-definitions/vpn_ipsec.xml.in @@ -11,18 +11,6 @@ <priority>901</priority> </properties> <children> - <leafNode name="auto-update"> - <properties> - <help>Set auto-update interval for IPsec daemon</help> - <valueHelp> - <format>u32:30-65535</format> - <description>Auto-update interval (s)</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 30-65535"/> - </constraint> - </properties> - </leafNode> <leafNode name="disable-uniqreqids"> <properties> <help>Option to disable requirement for unique IDs in the Security Database</help> |