diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-11-11 17:33:36 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-11-11 17:34:23 +0100 |
commit | 9b9c376bc9cfea6aeb6d21510cd8134def2550b3 (patch) | |
tree | 6faf780c3973e558c0eb509ac33a3eb7d4092517 /lib | |
parent | 59e465463ef3f6a77cc9ea952ce0ac540bc7ab5d (diff) | |
download | vyatta-cfg-system-9b9c376bc9cfea6aeb6d21510cd8134def2550b3.tar.gz vyatta-cfg-system-9b9c376bc9cfea6aeb6d21510cd8134def2550b3.zip |
T987: Unclutter L2TP/IPSec RADIUS configuration nodes
In other words, remove top level tag nodes from radius-server and
introduce a regular
"radius" node, thus we can add additional features, too. A migration
script is provided
in vyos-1x which takes care of this config migration.
Change VyOS CLI from:
vyos@vyos# show vpn l2tp
remote-access {
authentication {
mode radius
radius-server 172.16.100.10 {
key barbarbar
}
radius-server 172.16.100.20 {
key foofoofoo
}
radius-source-address 172.16.254.100
}
To:
vyos@vyos# show vpn l2tp
remote-access {
authentication {
mode radius
radius {
server 172.16.100.10 {
key barbarbar
}
server 172.16.100.20 {
key foofoofoo
}
source-address 172.16.254.100
}
}
(cherry picked from commit f68dda9d619ea74bed266122ac86604284e1a9e4)
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions