<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/system-config-mgmt.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>config-mgmt: T4957: remove TFTP user/pass from completion helper</title>
<updated>2023-11-19T21:20:09+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-19T21:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e92667504e0c503b7c0d125d89d8795d6b6d5876'/>
<id>urn:sha1:e92667504e0c503b7c0d125d89d8795d6b6d5876</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config-mgmt: T4957: T2405: add proper valueHelp strings for remote URL</title>
<updated>2023-11-18T20:53:35+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-18T20:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dcb277ba0aed4a02f48572d10d3ba242942b8639'/>
<id>urn:sha1:dcb277ba0aed4a02f48572d10d3ba242942b8639</id>
<content type='text'>
vyos@vyos# set system config-management commit-archive location
Possible completions:
   uri                  Uniform Resource Identifier

Unfortunately URI is a bit "less" specific - add proper help strings:

vyos@vyos# set system config-management commit-archive location
Possible completions:
   http://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;
   https://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;
   ftp://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;
   sftp://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;
   scp://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;
   tftp://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;
   git+https://&lt;user&gt;:&lt;passwd&gt;@&lt;host&gt;/&lt;path&gt;
</content>
</entry>
<entry>
<title>T2405: add Git support to commit-archive</title>
<updated>2023-11-18T20:34:15+00:00</updated>
<author>
<name>Yun Zheng Hu</name>
<email>hu@fox-it.com</email>
</author>
<published>2023-11-18T20:34:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a89243cfbfc90854a8cddd53c0ffc987f75abcee'/>
<id>urn:sha1:a89243cfbfc90854a8cddd53c0ffc987f75abcee</id>
<content type='text'>
T2405: add Git support to commit-archive</content>
</entry>
<entry>
<title>T5226: Combine ipv4-address and ipv6-address validators</title>
<updated>2023-05-17T04:10:36+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2023-05-17T01:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=96d846d27ac818ee9a23bb7194bb58cfb7093387'/>
<id>urn:sha1:96d846d27ac818ee9a23bb7194bb58cfb7093387</id>
<content type='text'>
Use a single ip-address validator to combine and replace ipv4-address
and ipv6-address validators.
</content>
</entry>
<entry>
<title>xml: include building block file name should end with .i and not .in</title>
<updated>2023-04-01T11:14:30+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-01T11:14:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2265bb4dc27965da3dce7e3f476366b7d1e911f3'/>
<id>urn:sha1:2265bb4dc27965da3dce7e3f476366b7d1e911f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config-mgmt: T4957: set priority</title>
<updated>2023-01-26T02:23:06+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-01-25T21:47:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=55d83a1f138d1e31288d068c823a53a3ccecc72f'/>
<id>urn:sha1:55d83a1f138d1e31288d068c823a53a3ccecc72f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config-mgmt: T4942: add interface-definitions</title>
<updated>2023-01-20T18:02:04+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-01-19T03:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d632a6fef2d5928c9598505658a61cd2595cd791'/>
<id>urn:sha1:d632a6fef2d5928c9598505658a61cd2595cd791</id>
<content type='text'>
</content>
</entry>
</feed>
