diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-07-20 17:34:38 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-07-20 17:39:53 +0200 |
commit | 1554d3316eb74971d2ac7e3608173f6f113684e0 (patch) | |
tree | 5810264144e364ef6569df6d93a997328a81d43f /src/migration-scripts | |
parent | 4ff379d18a750314fda2b2fec5a1e285bd92f15c (diff) | |
download | vyos-1x-1554d3316eb74971d2ac7e3608173f6f113684e0.tar.gz vyos-1x-1554d3316eb74971d2ac7e3608173f6f113684e0.zip |
pki: T3642: Fix Wireguard migration comment
Diffstat (limited to 'src/migration-scripts')
-rwxr-xr-x | src/migration-scripts/interfaces/22-to-23 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/migration-scripts/interfaces/22-to-23 b/src/migration-scripts/interfaces/22-to-23 index c52a26908..c6dc32baf 100755 --- a/src/migration-scripts/interfaces/22-to-23 +++ b/src/migration-scripts/interfaces/22-to-23 @@ -14,9 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -# A VTI interface also requires an IPSec configuration - VyOS 1.2 supported -# having a VTI interface in the CLI but no IPSec configuration - drop VTI -# configuration if this is the case for VyOS 1.4 +# Migrate Wireguard to store keys in CLI import os import sys |