<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts/pppoe-server, branch vyos/1.4dev1</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=vyos%2F1.4dev1</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=vyos%2F1.4dev1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2023-08-02T09:12:23+00:00</updated>
<entry>
<title>T5427: Fix migration script arguments len expects 2 args</title>
<updated>2023-08-02T09:12:23+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-08-02T09:12:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d1923b7b58795f0d9635ae0e8df110f591881bdf'/>
<id>urn:sha1:d1923b7b58795f0d9635ae0e8df110f591881bdf</id>
<content type='text'>
The script's name is always provided as the first argument sys.argv[0]
Expected length for argv is 2 (script itself + config file)

Change: 'if (len(argv) &lt; 1)' to 'if len(argv) &lt; 2'
</content>
</entry>
<entry>
<title>pppoe-server: T4703: combine vlan-id and vlan-range into single CLI node</title>
<updated>2022-09-17T06:20:17+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-09-16T21:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1e4a249f0c56bdd5bf07b1b97844c6aa1d595214'/>
<id>urn:sha1:1e4a249f0c56bdd5bf07b1b97844c6aa1d595214</id>
<content type='text'>
The initial Accel-PPP PPPoE implementation used:

set service pppoe-server interface &lt;name&gt; vlan-id &lt;id&gt;
set service pppoe-server interface &lt;name&gt; vlan-range &lt;start-stop&gt;

This is actually a duplicated CLI node.
</content>
</entry>
<entry>
<title>pppoe-server: T2829: shift config migrators by one</title>
<updated>2020-10-04T16:47:08+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-10-04T16:47:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3691fa4aa76b303f209beee3d24a0647c1116794'/>
<id>urn:sha1:3691fa4aa76b303f209beee3d24a0647c1116794</id>
<content type='text'>
As VyOS vrux (1.2.7) requires a mirgator (1-to-2) for the MPPE node change
(T2829) we need to shift all other migrators in 1.3 by one.

As migrators probe the existance of nodes no negative side-effects are
expected.
</content>
</entry>
<entry>
<title>pppoe-server: migrators: fix python style</title>
<updated>2020-10-04T10:45:32+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-10-04T10:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e667e06cffe42744c8cc71be02b080e1bccf241b'/>
<id>urn:sha1:e667e06cffe42744c8cc71be02b080e1bccf241b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pppoe-server: T2829: fix broken migration script (exit called)</title>
<updated>2020-10-04T10:43:54+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-10-04T10:43:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0fb210da13c95eb3a48f7cfad9d1089629aa96d8'/>
<id>urn:sha1:0fb210da13c95eb3a48f7cfad9d1089629aa96d8</id>
<content type='text'>
A test statement was still present in the production code introduced in commit
efeac80f8 ("pppoe-server: T2829: migrate 'ppp-options mppe' to leafNode").

This has been fixed.
</content>
</entry>
<entry>
<title>pppoe-server: T2953: rename CLI local-ip to gateway-address</title>
<updated>2020-10-04T10:11:23+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-10-04T10:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f4e9248d2a24fc4fd0cdc7089aed0193d7a2884f'/>
<id>urn:sha1:f4e9248d2a24fc4fd0cdc7089aed0193d7a2884f</id>
<content type='text'>
Required to get a common CLI for all services provided by Accel-PPP. Once the
CLI for each service is consitent - Jinja2 templates can be reused together
with get_config_dict().
</content>
</entry>
<entry>
<title>pppoe-server: T2829: migrate 'ppp-options mppe' to leafNode</title>
<updated>2020-08-26T18:20:38+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-08-26T18:19:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=efeac80f82810c4d752b9633861d691e36de4385'/>
<id>urn:sha1:efeac80f82810c4d752b9633861d691e36de4385</id>
<content type='text'>
</content>
</entry>
<entry>
<title>{pppoe,ipoe}-server: T2324: T2314: migrate CoA server</title>
<updated>2020-04-19T08:34:21+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-19T08:34:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=75a382ae75e3ea5b2d0011572acc125a16dd81b1'/>
<id>urn:sha1:75a382ae75e3ea5b2d0011572acc125a16dd81b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>{pppoe,ipoe}-server: rename RADIUS key</title>
<updated>2020-04-18T20:38:50+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-18T20:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c08ea8340ec5138b5f7a696eae09ff77a734350e'/>
<id>urn:sha1:c08ea8340ec5138b5f7a696eae09ff77a734350e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pppoe-server: T2314: fix RADIUS migration</title>
<updated>2020-04-18T19:35:28+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-18T19:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=68ebb2a39c6d98a4d2cc25b9b84e4a9594238608'/>
<id>urn:sha1:68ebb2a39c6d98a4d2cc25b9b84e4a9594238608</id>
<content type='text'>
</content>
</entry>
</feed>
