<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/accel-ppp/radius-additions.xml.i, 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>2025-05-21T12:03:28+00:00</updated>
<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>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>T5213: Add accounting-interim-interval option for PPPoE IPoE SSTP</title>
<updated>2023-05-09T11:33:04+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-05-09T11:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=718d11daa2bd74b1b3318a9fdd54bd878ea5ff3e'/>
<id>urn:sha1:718d11daa2bd74b1b3318a9fdd54bd878ea5ff3e</id>
<content type='text'>
Add RADIUS accounting-interim-interval option for PPPoE/IPoE/SSTP
servers.
Specifies interval in seconds to send accounting information
(may be overridden by radius Acct-Interim-Interval attribute)

set service pppoe-server authentication radius accounting-interim-interval '60'
</content>
</entry>
<entry>
<title>l2tp: T4603: Add RADIUS nas-ip-address option</title>
<updated>2022-08-10T21:01:03+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-08-10T21:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fcb2253153bef0df4845cb0c42155fc11965e284'/>
<id>urn:sha1:fcb2253153bef0df4845cb0c42155fc11965e284</id>
<content type='text'>
Add l2tp authentication radius nas-ip-address option
which will be sent in NAS-IP-Address Radius attribute
</content>
</entry>
<entry>
<title>scripts: T4269: node.def generator should automatically add default values</title>
<updated>2022-02-24T21:47:12+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-02-24T21:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a68c9238111c6caee78bb28f8054b8f0cfa0e374'/>
<id>urn:sha1:a68c9238111c6caee78bb28f8054b8f0cfa0e374</id>
<content type='text'>
Since introducing the XML &lt;defaultValue&gt; node it was common, but redundant,
practice to also add a help string indicating which value would be used as
default if the node is unset.

This makes no sense b/c it's duplicated code/value/characters and prone to
error. The node.def scripts should be extended to automatically render the
appropriate default value into the CLI help string.

For e.g. SSH the current PoC renders:

$ cat templates-cfg/service/ssh/port/node.def
  multi:
  type: txt
  help: Port for SSH service (default: 22)
  val_help: u32:1-65535; Numeric IP port
  ...

Not all subsystems are already migrated to get_config_dict() and make use of
the defaults() call - those subsystems need to be migrated, first before the new
default is added to the CLI help.
</content>
</entry>
<entry>
<title>xml: add missing "u32:" value declarator on integer ranges</title>
<updated>2021-08-29T12:48:53+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-08-29T12:29:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=794f193d11c8c1b5fed78f4e40280480446ab593'/>
<id>urn:sha1:794f193d11c8c1b5fed78f4e40280480446ab593</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: add building block for RADIUS nas-identifier</title>
<updated>2021-07-24T22:15:08+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-07-24T21:23:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=937f1e43ebb9b844b9b73584c3571a18d56bf529'/>
<id>urn:sha1:937f1e43ebb9b844b9b73584c3571a18d56bf529</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: accel-ppp: move building blocks to subfolder</title>
<updated>2021-03-14T15:56:11+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-03-14T15:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e7edd9229dd6b870f892e419ffc671d4873a5540'/>
<id>urn:sha1:e7edd9229dd6b870f892e419ffc671d4873a5540</id>
<content type='text'>
As the amount of include files now has reached a certain amount, it is getting
more and more crowsded, thuse introducing "per topic" subdirectories on the
filesystem to keep a clean structure makes sense.
</content>
</entry>
</feed>
