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:37:08 +0100 |
commit | 2375e0876abeff26ba875419b62f974d0ff6122a (patch) | |
tree | 32d1a77d98d5d6f5c8d696ee57c5e8d9e76a7d53 /src/migration-scripts/l2tp/0-to-1 | |
parent | 2b8af944d60de2fca8370a108e422ccc6b3d006d (diff) | |
download | vyos-1x-2375e0876abeff26ba875419b62f974d0ff6122a.tar.gz vyos-1x-2375e0876abeff26ba875419b62f974d0ff6122a.zip |
migration/l2tp: fix file comment
Diffstat (limited to 'src/migration-scripts/l2tp/0-to-1')
-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 |