diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-07-29 17:10:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-29 17:10:30 +0100 |
commit | 9149c657dfdb4d8297aba3ef1ed1346e670b071b (patch) | |
tree | 6294700b01ceeb3114e3a1b0a228f81ac0192467 /smoketest/config-tests/dialup-router-medium-vpn | |
parent | f7eae255a38316b7e00a23f0ff1ea84fda156e01 (diff) | |
parent | b62b2f5f8a9c4f0a7dc26bce1f15843651119256 (diff) | |
download | vyos-1x-9149c657dfdb4d8297aba3ef1ed1346e670b071b.tar.gz vyos-1x-9149c657dfdb4d8297aba3ef1ed1346e670b071b.zip |
Merge pull request #3823 from srividya0208/T6571
OpenVPN CLI-option: T6571: rename ncp-ciphers with data-ciphers
Diffstat (limited to 'smoketest/config-tests/dialup-router-medium-vpn')
-rw-r--r-- | smoketest/config-tests/dialup-router-medium-vpn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/smoketest/config-tests/dialup-router-medium-vpn b/smoketest/config-tests/dialup-router-medium-vpn index 67af456f4..d6b00c678 100644 --- a/smoketest/config-tests/dialup-router-medium-vpn +++ b/smoketest/config-tests/dialup-router-medium-vpn @@ -33,7 +33,7 @@ set interfaces ethernet eth1 mtu '9000' set interfaces ethernet eth1 offload gro set interfaces ethernet eth1 speed 'auto' set interfaces loopback lo -set interfaces openvpn vtun0 encryption ncp-ciphers 'aes256' +set interfaces openvpn vtun0 encryption data-ciphers 'aes256' set interfaces openvpn vtun0 hash 'sha512' set interfaces openvpn vtun0 ip adjust-mss '1380' set interfaces openvpn vtun0 ip source-validation 'strict' @@ -52,7 +52,7 @@ set interfaces openvpn vtun0 tls ca-certificate 'openvpn_vtun0_2' set interfaces openvpn vtun0 tls certificate 'openvpn_vtun0' set interfaces openvpn vtun1 authentication password 'vyos1' set interfaces openvpn vtun1 authentication username 'vyos1' -set interfaces openvpn vtun1 encryption ncp-ciphers 'aes256' +set interfaces openvpn vtun1 encryption data-ciphers 'aes256' set interfaces openvpn vtun1 hash 'sha1' set interfaces openvpn vtun1 ip adjust-mss '1380' set interfaces openvpn vtun1 keep-alive failure-count '3' @@ -77,7 +77,7 @@ set interfaces openvpn vtun1 tls ca-certificate 'openvpn_vtun1_2' set interfaces openvpn vtun2 authentication password 'vyos2' set interfaces openvpn vtun2 authentication username 'vyos2' set interfaces openvpn vtun2 disable -set interfaces openvpn vtun2 encryption ncp-ciphers 'aes256' +set interfaces openvpn vtun2 encryption data-ciphers 'aes256' set interfaces openvpn vtun2 hash 'sha512' set interfaces openvpn vtun2 ip adjust-mss '1380' set interfaces openvpn vtun2 keep-alive failure-count '3' |