<feed xmlns='http://www.w3.org/2005/Atom'>
<title>veeos-1x.git/src/migration-scripts/sstp/0-to-1, branch current</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos-contrib/veeos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=current</id>
<link rel='self' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=current'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/'/>
<updated>2024-06-26T20:38:41+00:00</updated>
<entry>
<title>migration: T6007: convert all migration scripts to load as module</title>
<updated>2024-06-26T20:38:41+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-06-20T01:16:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=26740a8d583f64dc0a27b59dd4ae303056972c0b'/>
<id>urn:sha1:26740a8d583f64dc0a27b59dd4ae303056972c0b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6199: remove unused Python imports from migration scripts</title>
<updated>2024-04-06T08:46:30+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-04-06T08:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=489e6fababa60d9c0fbfdb421305cbe563432499'/>
<id>urn:sha1:489e6fababa60d9c0fbfdb421305cbe563432499</id>
<content type='text'>
</content>
</entry>
<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-contrib/veeos-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>sstp: T2953: migrate gateway-address, client-ip-settings to common level</title>
<updated>2020-10-04T09:37:21+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-10-04T09:37:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=4649284812bb3dbb8c07f0e4dc56226b6da1a703'/>
<id>urn:sha1:4649284812bb3dbb8c07f0e4dc56226b6da1a703</id>
<content type='text'>
* move "network-settings gateway-address" to "gateway-address"
* move "network-settings client-ip-settings" to "client-ip-pool"
</content>
</entry>
<entry>
<title>sstp: T2008: bugfix migrator for radius options</title>
<updated>2020-03-21T10:19:44+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-03-21T10:19:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=5636e057948edc46b9cd5b1eb87f9cf420204adc'/>
<id>urn:sha1:5636e057948edc46b9cd5b1eb87f9cf420204adc</id>
<content type='text'>
An if statement was missing to check if there are really additional
radius-settings or not.
</content>
</entry>
<entry>
<title>sstp: T2008: migrate SSL certificate nodes</title>
<updated>2020-03-20T22:25:05+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-03-20T22:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=95c42faa4436c5dd761049a8a6e75996c815cc2c'/>
<id>urn:sha1:95c42faa4436c5dd761049a8a6e75996c815cc2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sstp: T2008: remove req-limit config node</title>
<updated>2020-03-20T22:25:05+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-03-20T22:07:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=a8920a1f13e6091355d33541802b1486c0cfa653'/>
<id>urn:sha1:a8920a1f13e6091355d33541802b1486c0cfa653</id>
<content type='text'>
Limiting the amount of requests passed to a server seems to be the wrong
way to tackle a problem.
</content>
</entry>
<entry>
<title>sstp: T2110: use uniform RADIUS CLI syntax</title>
<updated>2020-03-20T22:25:05+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-03-20T20:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=86e47301786da64a035156edd24ed2ec89918a49'/>
<id>urn:sha1:86e47301786da64a035156edd24ed2ec89918a49</id>
<content type='text'>
- migrate RADIUS configuration to a more uniform syntax accross the system
  - authentication radius-server x.x.x.x to authentication radius server x.x.x.x
  - authentication radius-settings to authentication radius
</content>
</entry>
<entry>
<title>sstp: T2008: dns: unwind configuration</title>
<updated>2020-03-20T16:44:25+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-03-20T16:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=106406d46ba594b86056e3341314e9615a501dd5'/>
<id>urn:sha1:106406d46ba594b86056e3341314e9615a501dd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sstp: T2008: move to vpn node</title>
<updated>2020-03-20T16:04:37+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-03-20T15:39:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=77dde087219467ce8bfcf64a9f7452ca74d66c0c'/>
<id>urn:sha1:77dde087219467ce8bfcf64a9f7452ca74d66c0c</id>
<content type='text'>
</content>
</entry>
</feed>
