<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/cron.xml, branch 1.3.6</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=1.3.6</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.3.6'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2019-12-06T19:58:56+00:00</updated>
<entry>
<title>T1843: run interface-definitions though GCC preprocessor</title>
<updated>2019-12-06T19:58:56+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-12-03T21:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0d4d4dd840e06c18250d73f27de61261ff141944'/>
<id>urn:sha1:0d4d4dd840e06c18250d73f27de61261ff141944</id>
<content type='text'>
A lot of XML code is duplicated (VLAN, interface address) for instance. Such
XML definitions should be moved to feature.xml.i files and then just pulled in
via GCC preprocessor #include definition in e.g. bond or ethernet definitions.

This will give us the ability to single-source repeating node definitions as:
* Interface Address
* Interface Description
* Interface Disable
* VLAN (both vif-s and vif-c)

The .in suffix of the interface-definitions is a marker that those files are
input files to the GCC preprocessor. They will be rendered into proper XML
files in the build directory.

Some node definitions have been reworder to remove escaped double quote
occurances which would have been warned about by the GCC preprocessor.
</content>
</entry>
<entry>
<title>T644: remove prefixing from all scripts and update environment variables with VyOS paths.</title>
<updated>2018-05-16T14:02:33+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-16T14:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d4c10902026b76a6372cf738fc98860b29b39759'/>
<id>urn:sha1:d4c10902026b76a6372cf738fc98860b29b39759</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use '_' instead of '-' for python scripts for test</title>
<updated>2018-05-16T12:35:22+00:00</updated>
<author>
<name>Yuya Kusakabe</name>
<email>yuya.kusakabe@gmail.com</email>
</author>
<published>2018-05-16T12:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=be6f809581ccbcd6411713128a63711eaa2ce6b7'/>
<id>urn:sha1:be6f809581ccbcd6411713128a63711eaa2ce6b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix cron interval regex to allow single digit values.</title>
<updated>2018-05-14T11:37:40+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-14T11:37:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0866859c6189553ce33cb80cad20844b609d5393'/>
<id>urn:sha1:0866859c6189553ce33cb80cad20844b609d5393</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T602: replace the now-gone type attribute with proper use of constraints in existing interface definitions.</title>
<updated>2018-05-14T01:20:49+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-14T01:20:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=32b6793b210505a2a69dc6f7615ddd5f66ad74b8'/>
<id>urn:sha1:32b6793b210505a2a69dc6f7615ddd5f66ad74b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T510: fix wrong task-scheduler 'binary arguments' completion help</title>
<updated>2018-01-05T06:40:10+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-01-05T03:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=30eae347cc0482d79604fa8966bf0b225bb7e918'/>
<id>urn:sha1:30eae347cc0482d79604fa8966bf0b225bb7e918</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace the reference to vyatta_sbindir to a reference to vyos_sbindir</title>
<updated>2017-09-15T07:25:23+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2017-09-15T07:25:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2b1b4c4a5d2d5b126408a068eb1a606345517a24'/>
<id>urn:sha1:2b1b4c4a5d2d5b126408a068eb1a606345517a24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix handling of tag and multi nodes in the convertor.</title>
<updated>2017-09-07T22:50:23+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2017-09-07T22:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8964d2aaf758962704214fb4325b45c0c11134fa'/>
<id>urn:sha1:8964d2aaf758962704214fb4325b45c0c11134fa</id>
<content type='text'>
Ugly fixup in the makefile to delete generated node.def's that are now in other packages.
Adjust the cron interface definition to better match the old templates.
</content>
</entry>
<entry>
<title>Add interface definition for cron and enable templates building in the makefiles.</title>
<updated>2017-09-07T01:27:55+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2017-09-07T01:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=41752cbef7b9e647feaa4a889c29fe76ca3a4c9f'/>
<id>urn:sha1:41752cbef7b9e647feaa4a889c29fe76ca3a4c9f</id>
<content type='text'>
</content>
</entry>
</feed>
