<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/accel-radius-additions.xml.i, 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>2021-03-14T15:56:11+00:00</updated>
<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>
<entry>
<title>xml: include: fix typo on include comment</title>
<updated>2021-03-14T10:09:57+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-03-12T20:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ee2dfee43f8319726c2225a5ad2367d936ec3176'/>
<id>urn:sha1:ee2dfee43f8319726c2225a5ad2367d936ec3176</id>
<content type='text'>
When including XML files they all contained a comment from where the snipped
had actually been included from. The comment had been "included start" and
"included end" instead of "include start" and "include end".

This commit corrects the glitch.
</content>
</entry>
<entry>
<title>xml: cleanup wrong include file extensions</title>
<updated>2021-02-09T21:28:31+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-02-09T21:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f89969c1729a94901a817bd97da6f5b2a3712af0'/>
<id>urn:sha1:f89969c1729a94901a817bd97da6f5b2a3712af0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: use "u32:" keyword when identifying port ranges</title>
<updated>2020-12-12T13:20:10+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-12T13:18:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=339821f121d86ef8c670cc2f5beea0c553a2fc9b'/>
<id>urn:sha1:339821f121d86ef8c670cc2f5beea0c553a2fc9b</id>
<content type='text'>
This will render the completion help more nicely.
</content>
</entry>
<entry>
<title>accel: T2631: Add option for radius disable-accounting</title>
<updated>2020-10-27T10:45:03+00:00</updated>
<author>
<name>sever-sever</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2020-10-22T10:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=29ed00aed66c648510480897bd92977652e5d18f'/>
<id>urn:sha1:29ed00aed66c648510480897bd92977652e5d18f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: include: add comment about source filename to every include snippet</title>
<updated>2020-10-04T09:38:48+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-10-04T09:38:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fe6326c96e6e481fc4498c10c493dfd393c3956c'/>
<id>urn:sha1:fe6326c96e6e481fc4498c10c493dfd393c3956c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pppoe-server: T2936: move to get_config_dict()</title>
<updated>2020-10-01T16:59:17+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-09-29T18:43:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=38ae3032180a3d49253237232a0e3de8d2836e7c'/>
<id>urn:sha1:38ae3032180a3d49253237232a0e3de8d2836e7c</id>
<content type='text'>
For easier configuration read in (CLI) validation and also template rendering
it makes sense to drop the old, single implementation and move to the new,
generic get_config_dict() approach.

Recurring configuration parts like ip-pool, ipv6-pool and nameservers have
also been split our into individual templates which will be included through
Jinja2 - leading to a single-source of the template sections, too.
</content>
</entry>
<entry>
<title>accel-ppp: T2918: Add accounting interim jitter option</title>
<updated>2020-09-26T15:07:28+00:00</updated>
<author>
<name>sever-sever</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2020-09-26T14:00:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2295961ee36475082bef76dc84aa35226a87593c'/>
<id>urn:sha1:2295961ee36475082bef76dc84aa35226a87593c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>accel-ppp: T2917: Add Preallocate NAS-port-id</title>
<updated>2020-09-26T12:13:50+00:00</updated>
<author>
<name>sever-sever</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2020-09-26T12:13:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c2dcf10b28a19301a77d8043e6175b899765abf3'/>
<id>urn:sha1:c2dcf10b28a19301a77d8043e6175b899765abf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: interface-definitions: fix wrong file extension of inlcude files</title>
<updated>2020-09-26T10:49:04+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-09-26T10:49:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f325d869515e008b09a8f2de7a4bda81dffd1158'/>
<id>urn:sha1:f325d869515e008b09a8f2de7a4bda81dffd1158</id>
<content type='text'>
Files which are included by others whouls have the ".xml.i" extension.
</content>
</entry>
</feed>
