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:00 +0100 |
commit | f68dda9d619ea74bed266122ac86604284e1a9e4 (patch) | |
tree | 7e2d0e2d61fccbded286c5243619122bc588382e /tests | |
parent | a269e78c8a8f411c7ac6090a2b446164fd29580c (diff) | |
download | vyatta-cfg-system-f68dda9d619ea74bed266122ac86604284e1a9e4.tar.gz vyatta-cfg-system-f68dda9d619ea74bed266122ac86604284e1a9e4.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
}
}
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions