diff options
| author | Daniil Baturin <daniil@baturin.org> | 2019-01-26 23:10:00 +0100 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2019-01-26 23:10:00 +0100 |
| commit | 97186852f529935309c009e38403cead2bf0ce75 (patch) | |
| tree | c5a15278e8b7c70b41223538ece8e326146179e2 /src/migration-scripts/pppoe-server | |
| parent | 962f880554e70afc94f8902bb3742a8c0ef44fca (diff) | |
| parent | 6d172d767360a675462da6a0bac100a24c544892 (diff) | |
| download | vyos-1x-97186852f529935309c009e38403cead2bf0ce75.tar.gz vyos-1x-97186852f529935309c009e38403cead2bf0ce75.zip | |
Merge branch 'current' into crux
Diffstat (limited to 'src/migration-scripts/pppoe-server')
| -rwxr-xr-x | src/migration-scripts/pppoe-server/0-to-1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/migration-scripts/pppoe-server/0-to-1 b/src/migration-scripts/pppoe-server/0-to-1 index df816a321..bb24211b6 100755 --- a/src/migration-scripts/pppoe-server/0-to-1 +++ b/src/migration-scripts/pppoe-server/0-to-1 @@ -1,6 +1,8 @@ #!/usr/bin/env python3 -# Delete "service ssh allow-root" option +# Convert "service pppoe-server authentication radius-server node key" +# to: +# "service pppoe-server authentication radius-server node secret" import sys |
