diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-11-12 20:36:23 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-11-12 20:36:23 +0100 |
commit | 2b8af944d60de2fca8370a108e422ccc6b3d006d (patch) | |
tree | 49eb1db07fad268837d31b99b8b046d731ad7a7d /src/conf_mode/dhcp_relay.py | |
parent | 718d9a123c2ba72b87d7f6e48a5e6d83fa86d494 (diff) | |
download | vyos-1x-2b8af944d60de2fca8370a108e422ccc6b3d006d.tar.gz vyos-1x-2b8af944d60de2fca8370a108e422ccc6b3d006d.zip |
T987: Unclutter PPTP/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 pptp
remote-access {
authentication {
mode radius
radius-server 172.16.100.10 {
key barbarbar
}
radius-server 172.16.100.20 {
key foofoofoo
}
}
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
}
}
}
Diffstat (limited to 'src/conf_mode/dhcp_relay.py')
0 files changed, 0 insertions, 0 deletions