<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts/pppoe-server/2-to-3, 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: 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: 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>
<entry>
<title>pppoe-server: T2314: remove debug code from migration script</title>
<updated>2020-04-18T12:36:22+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-18T12:36:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d76dbb558a4fcb73c2377b5524451bb408419802'/>
<id>urn:sha1:d76dbb558a4fcb73c2377b5524451bb408419802</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pppoe-server: T2314: migrate IPv6 to common CLI nodes with embeeded validation</title>
<updated>2020-04-18T12:31:51+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-18T10:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=901d5e89ec6e3fb0f3d13f90f0495a4dda592454'/>
<id>urn:sha1:901d5e89ec6e3fb0f3d13f90f0495a4dda592454</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pppoe-server: T2314: migrate RADIUS configuration to common CLI syntax</title>
<updated>2020-04-18T11:25:08+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-18T10:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=cda566dfde944f705244f0b9a9293d1a47c55a50'/>
<id>urn:sha1:cda566dfde944f705244f0b9a9293d1a47c55a50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pppoe-server: T2314: migrate IPv4/IPv6 name-servers to common node</title>
<updated>2020-04-18T11:25:08+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-18T09:57:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ee63d76964e3129e372e5c3fd8bc5bf028fc3874'/>
<id>urn:sha1:ee63d76964e3129e372e5c3fd8bc5bf028fc3874</id>
<content type='text'>
Instead of having "dns-server server-1|server-2" nodes and the same for IPv6
all DNS nameservers are migrated to a common name-servers node.
</content>
</entry>
</feed>
