summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-11-12 20:33:40 +0100
committerChristian Poessinger <christian@poessinger.com>2018-11-12 20:34:08 +0100
commit4a5db8a416fc6126a504bc3a9f1b5f6de84e119d (patch)
treef97608ce6ce50ed058f7736d080a57e6bf98a274 /Makefile.am
parentf7b182fa0f007dfac0202d9ae9017185c110f2f4 (diff)
downloadvyatta-cfg-system-4a5db8a416fc6126a504bc3a9f1b5f6de84e119d.tar.gz
vyatta-cfg-system-4a5db8a416fc6126a504bc3a9f1b5f6de84e119d.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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 08210fbf..c4a4e1b3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -124,7 +124,7 @@ curver_DATA += cfg-version/dhcp-server@5
curver_DATA += cfg-version/dhcp-relay@2
curver_DATA += cfg-version/ssh@1
curver_DATA += cfg-version/l2tp@1
-
+curver_DATA += cfg-version/pptp@1
cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \
cpio -0pd