summaryrefslogtreecommitdiff
path: root/src/migration-scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-09 20:21:19 +0200
committerChristian Poessinger <christian@poessinger.com>2020-04-09 20:21:19 +0200
commit0f0f93983bdc350d1dec58bf1555fffba39b6d3a (patch)
tree01ab614914e3da6763b9a045d66a4f45ff023289 /src/migration-scripts
parent880108c7506ec110b7bd11dbc9b491525bad2976 (diff)
downloadvyos-1x-0f0f93983bdc350d1dec58bf1555fffba39b6d3a.tar.gz
vyos-1x-0f0f93983bdc350d1dec58bf1555fffba39b6d3a.zip
wireguard: T2206: fix comment in migration script
Diffstat (limited to 'src/migration-scripts')
-rwxr-xr-xsrc/migration-scripts/interfaces/7-to-83
1 files changed, 2 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
-# 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