diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-09 20:21:19 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-09 20:21:19 +0200 |
commit | 0f0f93983bdc350d1dec58bf1555fffba39b6d3a (patch) | |
tree | 01ab614914e3da6763b9a045d66a4f45ff023289 /src/migration-scripts/interfaces | |
parent | 880108c7506ec110b7bd11dbc9b491525bad2976 (diff) | |
download | vyos-1x-0f0f93983bdc350d1dec58bf1555fffba39b6d3a.tar.gz vyos-1x-0f0f93983bdc350d1dec58bf1555fffba39b6d3a.zip |
wireguard: T2206: fix comment in migration script
Diffstat (limited to 'src/migration-scripts/interfaces')
-rwxr-xr-x | src/migration-scripts/interfaces/7-to-8 | 3 |
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 |