Skip to content

Commit

Permalink
T6555: openvpn: fix inclusion of data-ciphers for server bridge smoke…
Browse files Browse the repository at this point in the history
…test

Commit dc1da7c ("OPENVPN: T6555: add server-bridge options in mode server") added a new smoketest which used the data-ciphers command which is new starting with VyOS 1.5.
  • Loading branch information
Crushable1278 committed Sep 13, 2024
1 parent eb9e562 commit 3015992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoketest/scripts/cli/test_interfaces_openvpn.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ def test_openvpn_server_server_bridge(self):

self.cli_set(['interfaces', 'bridge', br_if, 'member', 'interface', vtun_if])
self.cli_set(path + ['device-type', 'tap'])
self.cli_set(path + ['encryption', 'data-ciphers', 'aes192'])
self.cli_set(path + ['encryption', 'ncp-ciphers', 'aes192'])
self.cli_set(path + ['hash', auth_hash])
self.cli_set(path + ['mode', 'server'])
self.cli_set(path + ['server', 'bridge', 'gateway', gw_subnet])
Expand Down

0 comments on commit 3015992

Please sign in to comment.