diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-11-12 20:37:08 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-11-12 20:38:03 +0100 |
commit | 567fac5959c81fff274fbaa07cd527ad46749ed7 (patch) | |
tree | 96333b61d3a08dddc50e802b6ddff03430ec50ab /src/migration-scripts | |
parent | ef8e18f54dcba483e318547bfb5c52e538f68c45 (diff) | |
download | vyos-1x-567fac5959c81fff274fbaa07cd527ad46749ed7.tar.gz vyos-1x-567fac5959c81fff274fbaa07cd527ad46749ed7.zip |
migration/l2tp: fix file comment
(cherry picked from commit 2375e0876abeff26ba875419b62f974d0ff6122a)
Diffstat (limited to 'src/migration-scripts')
-rwxr-xr-x | src/migration-scripts/l2tp/0-to-1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/migration-scripts/l2tp/0-to-1 b/src/migration-scripts/l2tp/0-to-1 index 65adbbe77..f6c716df1 100755 --- a/src/migration-scripts/l2tp/0-to-1 +++ b/src/migration-scripts/l2tp/0-to-1 @@ -1,7 +1,8 @@ #!/usr/bin/env python3 -# Delete "set service dhcp-relay relay-options port" option -# Delete "set service dhcpv6-relay listen-port" option +# Unclutter L2TP VPN configuiration - move radius-server top level tag +# nodes to a regular node which now also configures the radius source address +# used when querying a radius server import sys |