<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/service_pppoe-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-01-19T10:10:51+00:00</updated>
<entry>
<title>pppoe-server: T8143: Set 'vpp-cp' option automatically if interface is in VPP</title>
<updated>2026-01-19T10:10:51+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2026-01-15T12:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8f0f9dad4eff0ab09ba168c16462f136eaa78410'/>
<id>urn:sha1:8f0f9dad4eff0ab09ba168c16462f136eaa78410</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T7743: PPPoE-server add option for VPP control plane</title>
<updated>2025-08-23T11:02:05+00:00</updated>
<author>
<name>Viacheslav</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-08-23T10:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=40b50f2aae9c54dae037c0190d60ec850dbf0862'/>
<id>urn:sha1:40b50f2aae9c54dae037c0190d60ec850dbf0862</id>
<content type='text'>
Enable PPPoE control-plane integration with VPP, add configurable
option:
 - set service pppoe-server interface eth1 vpp-cp

```
interface=eth1,vpp-cp=true
```
</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>T6936: PPPoE-server add option combined to interface</title>
<updated>2024-12-20T16:52:16+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-12-20T16:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8f61e4293945ea895385a29f8bd387cde9f98806'/>
<id>urn:sha1:8f61e4293945ea895385a29f8bd387cde9f98806</id>
<content type='text'>
Add option 'combined', it allows to listen to PPP requests on
both VLANs and the base parent interface (wihtout tag)

Before it was impossible to do it from our CLI

set service pppoe-server interface eth1 combined
set service pppoe-server interface eth1 vlan '10-122'
</content>
</entry>
<entry>
<title>pppoe-server: T6685: Possibility of any services name or blank in pppoe</title>
<updated>2024-09-12T06:48:07+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-09-10T09:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=da35b91a0c1484e112dedda9caf08227fa048529'/>
<id>urn:sha1:da35b91a0c1484e112dedda9caf08227fa048529</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>pppoe-server: T5710: Add option permit any-login</title>
<updated>2024-06-28T09:11:27+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-06-27T07:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c86909d39e2c3a1ca74372bc377adde63953c76a'/>
<id>urn:sha1:c86909d39e2c3a1ca74372bc377adde63953c76a</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>pppoe-server: T6234: PPPoE-server pado-delay refactoring</title>
<updated>2024-04-25T10:27:50+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-04-25T10:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=107ee099e82397b31fca8cf1ac3860cbf76f0596'/>
<id>urn:sha1:107ee099e82397b31fca8cf1ac3860cbf76f0596</id>
<content type='text'>
</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>
</feed>
