<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/vpn_sstp.xml.in, branch feature/T9082-codeql-cpp</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=feature%2FT9082-codeql-cpp</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2025-05-16T12:06:40+00:00</updated>
<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>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>sstp: T4393: Add support to configure host-name (SNI)</title>
<updated>2024-05-09T15:10:33+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-05-09T13:35:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=92b468b9a0d5eee8484601568227f7c56e71b119'/>
<id>urn:sha1:92b468b9a0d5eee8484601568227f7c56e71b119</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>
<entry>
<title>T5971: Rewritten ppp options in accel-ppp services</title>
<updated>2024-01-29T14:34:35+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-01-24T13:50:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d9e57fe65dd538c6ea80637f4f6f23cf11dc583d'/>
<id>urn:sha1:d9e57fe65dd538c6ea80637f4f6f23cf11dc583d</id>
<content type='text'>
Rewritten 'ppp-options' to the same view in all accel-ppp services.
Adding IPv6 support to PPTP.
</content>
</entry>
<entry>
<title>T5865: Moved ipv6 pools to named ipv6 pools in accel-ppp</title>
<updated>2024-01-16T09:27:59+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-01-12T10:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d187803c31175e471397dd4f77040ab56d2e1073'/>
<id>urn:sha1:d187803c31175e471397dd4f77040ab56d2e1073</id>
<content type='text'>
Moved ipv6 pools to named ipv6 pools in accel-ppp services
</content>
</entry>
<entry>
<title>T5474: establish common file name pattern for XML conf mode commands</title>
<updated>2023-12-31T22:49:48+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-12-30T22:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4ef110fd2c501b718344c72d495ad7e16d2bd465'/>
<id>urn:sha1:4ef110fd2c501b718344c72d495ad7e16d2bd465</id>
<content type='text'>
We will use _ as CLI level divider. The XML definition filename and also
the Python helper should match the CLI node.

Example:
set interfaces ethernet -&gt; interfaces_ethernet.xml.in
set interfaces bond -&gt; interfaces_bond.xml.in
set service dhcp-server -&gt; service_dhcp-server-xml.in
</content>
</entry>
<entry>
<title>xml: streamline interface definition filenames, drop _</title>
<updated>2022-06-29T17:18:21+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-06-29T17:16:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6b64f2eeb192ee1133d3f90be2ae2854a0c00ddc'/>
<id>urn:sha1:6b64f2eeb192ee1133d3f90be2ae2854a0c00ddc</id>
<content type='text'>
Some files that described the CLI used underscores to split CLI levels, some
others did not. This commit removes all underscores from the filename and only
makes use of a hyphen.
</content>
</entry>
<entry>
<title>xml: sstp: T4444: re-use port-number.xml.i building block</title>
<updated>2022-06-09T17:01:25+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-06-09T17:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=441baebb90b78175d4b9fe3a5c30a6515c7f4228'/>
<id>urn:sha1:441baebb90b78175d4b9fe3a5c30a6515c7f4228</id>
<content type='text'>
</content>
</entry>
<entry>
<title>sstp: T4444. Port number changing support</title>
<updated>2022-05-26T06:47:42+00:00</updated>
<author>
<name>goodNETnick</name>
<email>pknet@ya.ru</email>
</author>
<published>2022-05-26T06:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1aeaedb06928ce72c9439802055770826b32b454'/>
<id>urn:sha1:1aeaedb06928ce72c9439802055770826b32b454</id>
<content type='text'>
</content>
</entry>
</feed>
