diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-25 19:38:50 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-25 19:41:00 +0200 |
commit | 23cb8c338ad3de4ead79dbad79a0195c91862fcc (patch) | |
tree | 1a44b4b60be8adec92df1b71db8d620255a2db18 /interface-definitions | |
parent | 150b1760230b6d7be3b7afd479f05e6bc5d861f7 (diff) | |
download | vyos-1x-23cb8c338ad3de4ead79dbad79a0195c91862fcc.tar.gz vyos-1x-23cb8c338ad3de4ead79dbad79a0195c91862fcc.zip |
openvpn: T1704: drop deprecated disable-ncp option
(cherry picked from commit 6b7b19c93f90839549dd668116c4da2f38cfdc66)
VyOS 1.3 will ship OpenVPN 2.5.1 and thus it is the perfect timing to still
remove this option before introducing it in a new LTS release.
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-openvpn.xml.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/interface-definitions/interfaces-openvpn.xml.in b/interface-definitions/interfaces-openvpn.xml.in index effbdd674..681290570 100644 --- a/interface-definitions/interfaces-openvpn.xml.in +++ b/interface-definitions/interfaces-openvpn.xml.in @@ -163,12 +163,6 @@ <multi/> </properties> </leafNode> - <leafNode name="disable-ncp"> - <properties> - <help>Disable support for ncp-ciphers</help> - <valueless/> - </properties> - </leafNode> </children> </node> #include <include/interface/interface-ipv6-options.xml.i> |