diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-11-11 17:32:07 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-11-11 17:32:34 +0100 |
commit | 979ad1a92af9ee2150ecfe5309a9d1b43fdad59d (patch) | |
tree | 045959cf76ac54e916194bef65caa90843ce0779 /src/op_mode/snmp.py | |
parent | c7423d7cf5823c39e08064cef40780b759ce0a99 (diff) | |
download | vyos-1x-979ad1a92af9ee2150ecfe5309a9d1b43fdad59d.tar.gz vyos-1x-979ad1a92af9ee2150ecfe5309a9d1b43fdad59d.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 'src/op_mode/snmp.py')
0 files changed, 0 insertions, 0 deletions