diff options
author | John Estabrook <jestabro@vyos.io> | 2022-05-24 15:32:37 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2022-05-25 11:42:44 -0500 |
commit | 90cdf726b8c9dc2890126edb8860d96df96120ae (patch) | |
tree | 4513497f03895f19272e83b79d7842a99f1baa2f | |
parent | d78fd7452e5feeae853c8effd88627da61dac9d9 (diff) | |
download | vyos-1x-90cdf726b8c9dc2890126edb8860d96df96120ae.tar.gz vyos-1x-90cdf726b8c9dc2890126edb8860d96df96120ae.zip |
configtest: T4382: inconsistent ipsec component version
The pki-ipsec sagitta-era config contains
'vpn ipsec ipsec-interfaces interface eth0'
with ipsec component version ipsec@6, however, this construction is
successfully moved by migration script ipsec/5-to-6. Consequently, this
must have been an error in translation of the config file. Note that
this is unrelated to the corrected error regarding an empty
'ipsec-interfaces' node. Move config to configs.no-load for review.
-rw-r--r-- | smoketest/configs.no-load/pki-ipsec (renamed from smoketest/configs/pki-ipsec) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/smoketest/configs/pki-ipsec b/smoketest/configs.no-load/pki-ipsec index 6fc239d27..6fc239d27 100644 --- a/smoketest/configs/pki-ipsec +++ b/smoketest/configs.no-load/pki-ipsec |