diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-09 21:20:29 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-09 21:20:29 +0200 |
commit | 28454f9613f41a1e70b60eec20930c2232e2d9c9 (patch) | |
tree | 778fe4df0cffeed7513e33c5cbd0c438b8236fdd /src/migration-scripts/interfaces/7-to-8 | |
parent | 9875a21bdb26df19f2faf3e81153dea15e4f9e3c (diff) | |
parent | 316483cbe18811c6eaea07d5b790094a5de45abe (diff) | |
download | vyos-1x-28454f9613f41a1e70b60eec20930c2232e2d9c9.tar.gz vyos-1x-28454f9613f41a1e70b60eec20930c2232e2d9c9.zip |
Merge branch 'vxlan' of github.com:c-po/vyos-1x into current
* 'vxlan' of github.com:c-po/vyos-1x:
vxlan: pseudo-ethernet: T2260: convert link nodes to source-interface
wireguard: T2206: fix comment in migration script
pppoe: enable Jinja2 trim_blocks
Diffstat (limited to 'src/migration-scripts/interfaces/7-to-8')
-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 |