<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/vpn-pptp.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>2023-12-31T22:49:48+00:00</updated>
<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>T5842: Rewritten PPTP to get_config_dict</title>
<updated>2023-12-27T15:33:09+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2023-12-21T10:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f39eb894d991d296a82c69d1ab783011b5d0ed2f'/>
<id>urn:sha1:f39eb894d991d296a82c69d1ab783011b5d0ed2f</id>
<content type='text'>
Rewritten PPTP to get_config_dict
Fixed 'dynamic-author' commands. These commands did not create
anything in accel-ppp config.
</content>
</entry>
<entry>
<title>accel-ppp: T5688: Standardized pool configuration in accel-ppp</title>
<updated>2023-12-04T16:11:49+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2023-11-13T09:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=422eb463d413da812eabc28706e507a9910d7b53'/>
<id>urn:sha1:422eb463d413da812eabc28706e507a9910d7b53</id>
<content type='text'>
Standardized pool configuration for all accel-ppp services.
1. Only named pools are used now.
2. Allows all services to use range in x.x.x.x/mask
   and x.x.x.x-x.x.x.y format
3. next-pool can be used in all services
2. Allows to use in ipoe gw-ip-address without pool configuration
   which allows to use Fraimed-IP-Address attribute by radius.
3. Default pool name should be explicidly configured
   with default-pool.
4. In ipoe netmask and range subnet can be different.
</content>
</entry>
<entry>
<title>T5704: PPPoE L2TP SSTP IPoE add option max-concurrent-sessions</title>
<updated>2023-11-02T13:58:48+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-11-02T13:58:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=47645f9d0243ce48a473ab7f8cdbd22c19f69f28'/>
<id>urn:sha1:47645f9d0243ce48a473ab7f8cdbd22c19f69f28</id>
<content type='text'>
Add `max-starting` option:

  [common]
  max-starting=N

Specifies maximum concurrent session attempts which server may processed

  set service pppoe-server max-concurrent-sessions '30'

Useful to prevent high CPU utilization and compat execution
scripts per time.
</content>
</entry>
<entry>
<title>T4727: Change and fix RADIUS rate-limit option for pptp</title>
<updated>2023-04-11T20:20:19+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-04-11T20:20:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f62dffaa3121261925b4850fe0400dd33449e5f5'/>
<id>urn:sha1:f62dffaa3121261925b4850fe0400dd33449e5f5</id>
<content type='text'>
Initially the option 'rate-limit' was implemented with the
wrong place in the CLI:

  set vpn pptp remote-access authentication rate-limit &lt;xxx&gt;

Expected under 'radius' section:
  set vpn pptp remote-access authentication radius rate-limit &lt;xxx&gt;

Configuration for 'rate-limit' (Jinja2 template) never worked for
pptp, fix it.
</content>
</entry>
<entry>
<title>T4958: ocserv: openconnect: adds support for configuring RADIUS accounting</title>
<updated>2023-01-28T04:11:07+00:00</updated>
<author>
<name>Jamie Austin</name>
<email>jamiea@opusv.com.au</email>
</author>
<published>2023-01-27T06:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e61f7abdb2136d8dfbf73729dbc14c3b5ab2ecba'/>
<id>urn:sha1:e61f7abdb2136d8dfbf73729dbc14c3b5ab2ecba</id>
<content type='text'>
Adds CLI configuration options to configure RADIUS accounting for OpenConnect VPN sessions. This functionality cannot be used outside of the RADIUS OpenConnect VPN authentication mode
</content>
</entry>
<entry>
<title>T4727: add support for RADIUS rate limiting to PPTP (#1570)</title>
<updated>2022-10-06T06:43:24+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2022-10-06T06:43:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=50f26c54d095420907a1d31168c162ad3c27ee36'/>
<id>urn:sha1:50f26c54d095420907a1d31168c162ad3c27ee36</id>
<content type='text'>
</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>vpn: l2tp: pptp: sstp: rename files to common pattern</title>
<updated>2020-04-18T11:25:08+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-04-18T10:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=abcd7026efd8cbeb1c4db828788eda9a6dd2be41'/>
<id>urn:sha1:abcd7026efd8cbeb1c4db828788eda9a6dd2be41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vpn-pptp: adjusting name schemes</title>
<updated>2020-01-31T03:32:20+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2020-01-31T03:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=142a98763b6d7471c0b9563f0297d8bf4bf6a630'/>
<id>urn:sha1:142a98763b6d7471c0b9563f0297d8bf4bf6a630</id>
<content type='text'>
</content>
</entry>
</feed>
