<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/rip-redistribute.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>rip: xml: T2547: 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:20:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c2ae70181b8ad136f5139c9fdd53e0bb402c9914'/>
<id>urn:sha1:c2ae70181b8ad136f5139c9fdd53e0bb402c9914</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: include: move route-map from ospf to generic section</title>
<updated>2021-03-14T10:09:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-03-11T19:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0d9658f3dcaf1a9f376a6768c54a0ceb80ece7d0'/>
<id>urn:sha1:0d9658f3dcaf1a9f376a6768c54a0ceb80ece7d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vrf: ospf: T2271: re-arrange xml include building blocks</title>
<updated>2021-03-13T20:54:50+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-03-11T18:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=952c52ef012504f17f09234ab1f7608ceb4002b1'/>
<id>urn:sha1:952c52ef012504f17f09234ab1f7608ceb4002b1</id>
<content type='text'>
In order to fully re-use the XML based OSPF CLI definition for per-VRF routing,
the file structure needs to be reorganized and the common OSPF definition is
moved to its dedicated ospf-common-config.xml.i file, which can then be fully
re-included at the VRF level.

As the amount of include files now has reached a certain amount, this also
introduces "per topic" subdirectories on the filesystem to keep a clean
structure.
</content>
</entry>
<entry>
<title>rip: T2547: xml cleanup so parts can be reused by RIPng</title>
<updated>2021-02-07T12:49:47+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-02-07T12:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ba6be403072459e42a66e1a818580ae3518ebf44'/>
<id>urn:sha1:ba6be403072459e42a66e1a818580ae3518ebf44</id>
<content type='text'>
</content>
</entry>
<entry>
<title>xml: fix valueHelp format strings</title>
<updated>2020-12-27T12:00:13+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2020-12-27T12:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=19161b72ea9d06327e75360e121753b5f9a754c8'/>
<id>urn:sha1:19161b72ea9d06327e75360e121753b5f9a754c8</id>
<content type='text'>
A pre-defined list of common format strings to be used inside the &lt;format&gt; node
of &lt;valueHelp&gt; is available from [1]. Adjust all currently in use &lt;format&gt; nodes
to re-use the predefined strings over writing them on their own by even
encapsulating the &lt;&gt; signs as &amp;lt; and &amp;gt;.

[1]: https://github.com/vyos/vyatta-cfg/blob/5aec1a0429f2f/etc/bash_completion.d/vyatta-cfg#L515-L566
</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>rip-xml: T2547: XML for conf-mode protocol RIP</title>
<updated>2020-06-04T08:06:17+00:00</updated>
<author>
<name>sever-sever</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2020-06-04T08:06:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=001a0e5a0bcfca2a0109edd2b29281d024241e3a'/>
<id>urn:sha1:001a0e5a0bcfca2a0109edd2b29281d024241e3a</id>
<content type='text'>
</content>
</entry>
</feed>
