<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts/ipoe-server, branch 1.4.0-rc3</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.4.0-rc3</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.4.0-rc3'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2024-01-10T19:00:37+00:00</updated>
<entry>
<title>T5688: Changed 'range' to multi in 'client-ip-pool' for accell-ppp</title>
<updated>2024-01-10T19:00:37+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-01-05T14:18:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b588e0784626ca42bf0da84a766213bda725305e'/>
<id>urn:sha1:b588e0784626ca42bf0da84a766213bda725305e</id>
<content type='text'>
Changed node 'range' to multi in 'client-ip-pool' for accell-ppp
services.
Added completionHelp to default-pool and next-pool.
Fixed verification in vpn l2tp config script.

(cherry picked from commit 4ffec67d04670192d9b722353cbaef04cb0ba129)
</content>
</entry>
<entry>
<title>accel-ppp: T5688: Standardized pool configuration in accel-ppp</title>
<updated>2023-12-28T15:28:02+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2023-11-13T09:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=d5062cb045fae8b0b5d68b3b1198c3b86de4d558'/>
<id>urn:sha1:d5062cb045fae8b0b5d68b3b1198c3b86de4d558</id>
<content type='text'>
Standardized pool configuration for all accel-ppp services.
1. Only named pools are used now.
2. Allows all services to use range in x.x.x.x/mask
   and x.x.x.x-x.x.x.y format
3. next-pool can be used in all services
2. Allows to use in ipoe gw-ip-address without pool configuration
   which allows to use Fraimed-IP-Address attribute by radius.
3. Default pool name should be explicidly configured
   with default-pool.
4. In ipoe netmask and range subnet can be different.

(cherry picked from commit 422eb463d413da812eabc28706e507a9910d7b53)
</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/marekm72/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>ipoe: T4703: fix migration of vlan node for loca authenticated users</title>
<updated>2022-09-22T18:02:36+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-09-22T18:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=35d8141575c3677b7e70e053c416634fc55b3bf4'/>
<id>urn:sha1:35d8141575c3677b7e70e053c416634fc55b3bf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe: T4678: T4703: rewrite to get_config_dict()</title>
<updated>2022-09-21T14:34:25+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-09-17T20:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=05df2a5f021f0c7aab7c06db645d210858b6e98d'/>
<id>urn:sha1:05df2a5f021f0c7aab7c06db645d210858b6e98d</id>
<content type='text'>
In addition to the rewrite to make use of get_config_dict() the CLI is
slightly adjusted as specified in T4703.

* Rename vlan-id and vlan-range to simply vlan
* Rename network-mode to simply mode
* Re-use existing common Jinja2 template for Accel-PPP which are shared
  with PPPoE and SSTP server.
* Retrieve default values via defaultValue XML node
</content>
</entry>
<entry>
<title>ipoe-server: T2324: bugfix name-server migration</title>
<updated>2020-04-19T08:42:45+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-19T08:42:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=84f20f1d5e09ea5da53ba1c81c9b92683a294409'/>
<id>urn:sha1:84f20f1d5e09ea5da53ba1c81c9b92683a294409</id>
<content type='text'>
... sometimes it seems to have been called dns-server or dns-servers :/ ...
lucky me!
</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/marekm72/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/marekm72/vyos-1x.git/commit/?id=c08ea8340ec5138b5f7a696eae09ff77a734350e'/>
<id>urn:sha1:c08ea8340ec5138b5f7a696eae09ff77a734350e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe-server: T2324: migrate IPv6 client IP pool to common CLI nodes</title>
<updated>2020-04-18T19:46:22+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-18T19:46:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=efa172449e05328f8bea8d6879d5d38386b72e95'/>
<id>urn:sha1:efa172449e05328f8bea8d6879d5d38386b72e95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe-server: T2324: migrate RADIUS configuration to common CLI syntax</title>
<updated>2020-04-18T19:35:28+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-18T16:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=f07f46d36e17ea07b0db65e3856cc090033d9e78'/>
<id>urn:sha1:f07f46d36e17ea07b0db65e3856cc090033d9e78</id>
<content type='text'>
</content>
</entry>
</feed>
