<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/accel-ppp, branch rolling</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=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2026-05-22T10:54:18+00:00</updated>
<entry>
<title>T8910: ipoe-server: expose accel-ppp idle-timeout option</title>
<updated>2026-05-22T10:54:18+00:00</updated>
<author>
<name>Alex Kudentsov</name>
<email>43482574+alexk37@users.noreply.github.com</email>
</author>
<published>2026-05-22T06:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ce401c3f099a92c49ee8a0344ac80e113e19883e'/>
<id>urn:sha1:ce401c3f099a92c49ee8a0344ac80e113e19883e</id>
<content type='text'>
Add a CLI knob to terminate idle IPoE sessions after a configurable
timeout:

  set service ipoe-server idle-timeout &lt;0-86400&gt;

Today there is no way to age out stale IPoE sessions: clients that go
silent (powered off, link down) leave a session record on the router
indefinitely. accel-ppp natively supports idle-timeout in its [ipoe]
section but VyOS did not expose it.

The option is added as a shared accel-ppp include so it can be reused
by other accel-ppp services in follow-up PRs.
</content>
</entry>
<entry>
<title>T8410: Fix typos and mistakes for comments and messages</title>
<updated>2026-03-27T15:00:17+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2026-03-27T14:43:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=139b0841f8242a5c6ebdafb37380c1fb78342aae'/>
<id>urn:sha1:139b0841f8242a5c6ebdafb37380c1fb78342aae</id>
<content type='text'>
Fix typos and mistakes
No functional changes
</content>
</entry>
<entry>
<title>T8410: Fix typos and mistakes for operational and configuration commands</title>
<updated>2026-03-24T17:02:56+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2026-03-20T16:41:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bb2aee1e58c1cd30087b935798060e6bf3c698c8'/>
<id>urn:sha1:bb2aee1e58c1cd30087b935798060e6bf3c698c8</id>
<content type='text'>
Fix typos and mistakes in the commands and comments
No functional changes
</content>
</entry>
<entry>
<title>accel-ppp: T7471: Changed CoA port completion help to standard template</title>
<updated>2025-05-21T12:03:28+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2025-05-21T12:03:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5c70c90c7b611f0344daaea7b3dc67ed82634d76'/>
<id>urn:sha1:5c70c90c7b611f0344daaea7b3dc67ed82634d76</id>
<content type='text'>
Changed CoA port completion help to standard template.
</content>
</entry>
<entry>
<title>T7348: Add config CPU thread-count for accel-ppp services</title>
<updated>2025-05-16T12:06:40+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-05-08T10:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1f6939dae267e163faa591cb67004c237ad10e16'/>
<id>urn:sha1:1f6939dae267e163faa591cb67004c237ad10e16</id>
<content type='text'>
Accel-ppp services should not use all CPU cores to process requests.
At the moment accel-ppp services use all available CPU cores
to process requests from the subscribers (establish/update session/etc).
During mass connection of sessions, this can lead to the fact that it
utilizes all CPU, and for other services like FRR, there is not enough
CPU time to process their own stable work.

services:
 - L2TP
 - SSTP
 - PPPoE
 - IPoE
 - PPtP

Add this option configurable and use all cores if not set:

```
set service pppoe-server thread-count &lt; all | half | x &gt;
```
The defaultValue `all`
</content>
</entry>
<entry>
<title>T6649: Accel-ppp separate vlan-mon from listen interfaces</title>
<updated>2024-08-15T16:12:37+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-08-15T10:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=663e468de2b431f771534b4e3a2d00a5924b98fe'/>
<id>urn:sha1:663e468de2b431f771534b4e3a2d00a5924b98fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T4576: Accel-ppp logging level configuration</title>
<updated>2024-05-27T12:23:32+00:00</updated>
<author>
<name>khramshinr</name>
<email>khramshinr@gmail.com</email>
</author>
<published>2024-05-23T11:39:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4d84f786f64d2b80046100ead5d0e8c1eef7418c'/>
<id>urn:sha1:4d84f786f64d2b80046100ead5d0e8c1eef7418c</id>
<content type='text'>
add ability to change logging level config for:
* VPN L2TP
* VPN PPTP
* VPN SSTP
* IPoE Server
* PPPoE Serve
</content>
</entry>
<entry>
<title>T5756: L2TP RADIUS backup and weight settings</title>
<updated>2024-05-15T07:08:19+00:00</updated>
<author>
<name>khramshinr</name>
<email>khramshinr@gmail.com</email>
</author>
<published>2024-05-13T11:26:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=75d553932504c55e710265776e4865a238223e1f'/>
<id>urn:sha1:75d553932504c55e710265776e4865a238223e1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: T5738: fix typo in radius-additions.xml.i</title>
<updated>2024-04-22T18:50:21+00:00</updated>
<author>
<name>André Luiz dos Santos</name>
<email>andre.netvision.com.br@gmail.com</email>
</author>
<published>2024-04-21T18:07:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8d0aa7bfb83aecb989ab01b6d1975cf23f1c7dcb'/>
<id>urn:sha1:8d0aa7bfb83aecb989ab01b6d1975cf23f1c7dcb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6050: Fixed descriptions of 'extended-scripts' commands in accel-ppp</title>
<updated>2024-02-20T14:02:05+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-02-20T14:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8e1793834bf453ff252f38ae5271f7f9bcea9bf9'/>
<id>urn:sha1:8e1793834bf453ff252f38ae5271f7f9bcea9bf9</id>
<content type='text'>
Removed word 'PPPoE' from descriptions in common template for all
accel-ppp services.
</content>
</entry>
</feed>
