<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/accel-ppp, branch equuleus</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=equuleus</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=equuleus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2024-04-16T08:15:56+00:00</updated>
<entry>
<title>pppoe-server: T6141: T5364: PPPoE-server add pado-delay without sessions fails</title>
<updated>2024-04-16T08:15:56+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-04-16T08:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=82fdbedb79cf1c0a253657dfe7f23dee58c0dd47'/>
<id>urn:sha1:82fdbedb79cf1c0a253657dfe7f23dee58c0dd47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6150: Fixed setting a static IP address by Radius in IPoE</title>
<updated>2024-03-26T15:48:07+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-03-22T14:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=9d34c488251c0d5111b4a3c880f2291548645db3'/>
<id>urn:sha1:9d34c488251c0d5111b4a3c880f2291548645db3</id>
<content type='text'>
Fixed setting a static IP address by Radius in IPoE
Allowing using named pools by default
Allowed adding 'gateway-address' without named pool.
</content>
</entry>
<entry>
<title>T5213: Add accounting-interim-interval option for PPPoE-server</title>
<updated>2023-10-03T13:47:30+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-10-03T13:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=32dc990e1eed669803279b2b36e1bcacafac959f'/>
<id>urn:sha1:32dc990e1eed669803279b2b36e1bcacafac959f</id>
<content type='text'>
Add accounting-interim-interval option for PPPoE-server

set service pppoe-server authentication radius accounting-interim-interval '60'
</content>
</entry>
<entry>
<title>T3546: PPPoE-server add extended scripts for RADIUS attributes</title>
<updated>2023-08-25T10:09:30+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-08-25T10:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=0bf8c55386f0c3d684089c8bdc93e762fe7f7122'/>
<id>urn:sha1:0bf8c55386f0c3d684089c8bdc93e762fe7f7122</id>
<content type='text'>
Ability to get and parse RADIUS attributes via a shell script and
then execute commands
Ane of the usecases is to create a custom shaper with some smart

Extended scripts receive from PPPoE daemon the following variables:

$1 - Interface name
$4 - Tunnel GW IP address
$5 - Delegated IP address to the client
$6 - Calling Station ID (MAC)

if [ -f /run/accel-pppd/radattr.$1 ]; then
    true
fi
</content>
</entry>
<entry>
<title>T4727: Add RADIUS rate-limit attribute for vpn pptp</title>
<updated>2023-04-11T19:24:38+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-04-11T19:24:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b897f00a008bab31264020948242cf76833ad3b8'/>
<id>urn:sha1:b897f00a008bab31264020948242cf76833ad3b8</id>
<content type='text'>
Add rate-limit attribute, multiplier, vendor specific attribute
for the [shaper] section
</content>
</entry>
<entry>
<title>T5057: Fix IPoE regex Jinja2 for interface</title>
<updated>2023-03-12T09:35:41+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-03-12T09:35:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=4eccfe6a19b457720ece4ab9a66b10a95f34b635'/>
<id>urn:sha1:4eccfe6a19b457720ece4ab9a66b10a95f34b635</id>
<content type='text'>
Fix incorrect regex '\d+' when used vlan ranges
For example 'ipoe-server interface eth1 vlan 2000-3000'

  - replace 'interface=re:eth1\.\d+'
         =&gt; 'interface=re:^eth1\.(200\d|20[1-9]\d|2[1-9]\d{2}|3000)$'
</content>
</entry>
<entry>
<title>Merge pull request #1813 from sever-sever/T4971-eq</title>
<updated>2023-02-13T16:38:16+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-02-13T16:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=5e56daaff4ec53a387abbd3ad879e916a2bfa373'/>
<id>urn:sha1:5e56daaff4ec53a387abbd3ad879e916a2bfa373</id>
<content type='text'>
T4971: PPPoE server add named ip pool and attr Framed-Pool </content>
</entry>
<entry>
<title>Merge pull request #1812 from sever-sever/T1993-eq</title>
<updated>2023-02-13T15:06:31+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2023-02-13T15:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=9c481b00cae8ed1d121c809fb5edc24a937525e9'/>
<id>urn:sha1:9c481b00cae8ed1d121c809fb5edc24a937525e9</id>
<content type='text'>
T1993: PPPoE-server add section shaper and fwmark option</content>
</entry>
<entry>
<title>T4971: PPPoE server add named ip pool and attr Framed-Pool</title>
<updated>2023-02-12T18:43:44+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-02-12T18:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e7e81746e6ad01ce644cd7b584233464f91d9380'/>
<id>urn:sha1:e7e81746e6ad01ce644cd7b584233464f91d9380</id>
<content type='text'>
Add a new feature to allow to use named pools
Also it can be used with RADIUS attribute 'Framed-Pool'

set service pppoe-server client-ip-pool name POOL1 gateway-address '192.0.2.1'
set service pppoe-server client-ip-pool name POOL1 subnet '192.0.2.0/24'
</content>
</entry>
<entry>
<title>T1993: PPPoE-server add section shaper and fwmark option</title>
<updated>2023-02-12T12:55:39+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-02-12T12:55:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=8c98ceeee57d062969456d1848b952ed9a3dd7fb'/>
<id>urn:sha1:8c98ceeee57d062969456d1848b952ed9a3dd7fb</id>
<content type='text'>
Extended PPPoE-server rate-limiter to avoid shaping marked resources
Often this feature needs for ISP, which provides access to some IX
or its resources.

set service pppoe-server shaper fwmark '223'
</content>
</entry>
</feed>
