<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/service_ipoe-server.xml.in, 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>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>T6628: IPoE-server rename "static-ip" to "ip-address" for local auth</title>
<updated>2025-02-19T14:33:59+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2025-02-19T14:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8241857167968e9d2e9fabd1e84db578c0d022e7'/>
<id>urn:sha1:8241857167968e9d2e9fabd1e84db578c0d022e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ipoe_server: T6628: Add option to assign static IP address to end users</title>
<updated>2024-12-04T09:06:32+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-12-03T13:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a4bf498d77b5cd2db00aae226b10a60d9b1fba23'/>
<id>urn:sha1:a4bf498d77b5cd2db00aae226b10a60d9b1fba23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6906: IPoE-server add start-session option (#4206)</title>
<updated>2024-11-28T11:44:46+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-11-28T11:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=37859ee69da3e78a85d741de5c20edf227c548bb'/>
<id>urn:sha1:37859ee69da3e78a85d741de5c20edf227c548bb</id>
<content type='text'>
Add the abbility to start IPoE session by unclassified-packet.
It allows the cases when subscriber configures the address manually
(static) and accel-ppp can start session on any packet.
By default start session on DHCPv4 Discover packet.

set service ipoe-server interface eth1 start-session unclassified-packet</content>
</entry>
<entry>
<title>ipoe_server: T6872: Add the ability to configure LUA scripts and username</title>
<updated>2024-11-21T12:15:34+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-11-18T11:02:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e8e72e27a7f45607e75cb68b836108213481e1b8'/>
<id>urn:sha1:e8e72e27a7f45607e75cb68b836108213481e1b8</id>
<content type='text'>
</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>T6029: Rewritten Accel-PPP services to an identical feature set</title>
<updated>2024-02-15T09:52:30+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-02-13T16:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ac6a16f6c5ad7700789759e1ec093236c2e182a2'/>
<id>urn:sha1:ac6a16f6c5ad7700789759e1ec093236c2e182a2</id>
<content type='text'>
Removed dhcp-interface option (l2tp)
Added wins-server (sstp)
Added description (ipoe, pppoe, sstp, pptp)
Added exteded-script (l2tp, sstp, pptp)
Added shaper (ipoe, pptp, sstp, l2tp)
Added limits (ipoe, pptp, sstp, l2tp)
Added snmp ( ipoe, pptp,sstp, l2tp)
Refactoring and reformated code.
</content>
</entry>
<entry>
<title>T5960: Rewritten authentication node in PPTP to a single view</title>
<updated>2024-02-07T16:54:03+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-02-07T10:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=018110200c9a82815dd5d0510f0732d7159c0d59'/>
<id>urn:sha1:018110200c9a82815dd5d0510f0732d7159c0d59</id>
<content type='text'>
Rewritten authentication node in accel-ppp services
to a single view. In particular - PPTP authentication.
</content>
</entry>
</feed>
