<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts/l2tp, branch crux</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=crux</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=crux'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2019-11-18T20:16:41+00:00</updated>
<entry>
<title>migration-scripts: l2tp: T1811: add missing check on server existence</title>
<updated>2019-11-18T20:16:41+00:00</updated>
<author>
<name>Eshenko Dmitriy</name>
<email>snooppy@mail.ua</email>
</author>
<published>2019-11-18T20:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=af168aa1cceb420350955b62f5ae31e05978e5c1'/>
<id>urn:sha1:af168aa1cceb420350955b62f5ae31e05978e5c1</id>
<content type='text'>
(cherry picked from commit fb72bc367234bf35628bdccf84b0b76108f6341e)
</content>
</entry>
<entry>
<title>migration/l2tp: fix file comment</title>
<updated>2018-11-12T19:38:03+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-11-12T19:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=567fac5959c81fff274fbaa07cd527ad46749ed7'/>
<id>urn:sha1:567fac5959c81fff274fbaa07cd527ad46749ed7</id>
<content type='text'>
(cherry picked from commit 2375e0876abeff26ba875419b62f974d0ff6122a)
</content>
</entry>
<entry>
<title>T987: Unclutter L2TP/IPSec RADIUS configuration nodes</title>
<updated>2018-11-11T16:32:34+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-11-11T16:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=979ad1a92af9ee2150ecfe5309a9d1b43fdad59d'/>
<id>urn:sha1:979ad1a92af9ee2150ecfe5309a9d1b43fdad59d</id>
<content type='text'>
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
         }
     }
</content>
</entry>
</feed>
