From 0f0f93983bdc350d1dec58bf1555fffba39b6d3a Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 9 Apr 2020 20:21:19 +0200 Subject: wireguard: T2206: fix comment in migration script --- src/migration-scripts/interfaces/7-to-8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/migration-scripts/interfaces/7-to-8 b/src/migration-scripts/interfaces/7-to-8 index 78bd2781b..8830ffdc7 100755 --- a/src/migration-scripts/interfaces/7-to-8 +++ b/src/migration-scripts/interfaces/7-to-8 @@ -14,7 +14,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Remove network provider name from CLI and rather use provider APN from CLI +# Split WireGuard endpoint into address / port nodes to make use of common +# validators from sys import exit, argv from vyos.configtree import ConfigTree -- cgit v1.2.3