diff options
-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 |