<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/interfaces-bridge.xml, branch 1.3.8</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.3.8</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.3.8'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/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/marekm72/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>Sync XML interface description source file pattern and conf script name</title>
<updated>2019-10-13T10:41:31+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-10-13T10:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=fe7279454c86a2947b23fb0d769483b7fe2a3cc3'/>
<id>urn:sha1:fe7279454c86a2947b23fb0d769483b7fe2a3cc3</id>
<content type='text'>
    renamed:    interface-bonding.py -&gt; interfaces-bonding.py
    renamed:    interface-bridge.py -&gt; interfaces-bridge.py
    renamed:    interface-dummy.py -&gt; interfaces-dummy.py
    renamed:    interface-ethernet.py -&gt; interfaces-ethernet.py
    renamed:    interface-loopback.py -&gt; interfaces-loopback.py
    renamed:    interface-openvpn.py -&gt; interfaces-openvpn.py
    renamed:    interface-vxlan.py -&gt; interfaces-vxlan.py
    renamed:    interface-wireguard.py -&gt; interfaces-wireguard.py
</content>
</entry>
<entry>
<title>T1430: add dhcp vendor-class-id client option</title>
<updated>2019-10-09T15:19:04+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-10-08T19:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=2d3539f9dec19c0d5cec5bd962aaf9640a8cec23'/>
<id>urn:sha1:2d3539f9dec19c0d5cec5bd962aaf9640a8cec23</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bridge: T1556: make ARP cache constraint error message more generic</title>
<updated>2019-09-06T08:27:52+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-09-05T16:25:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=4615feb0f7b192afc0c9a1b11628877c5f430180'/>
<id>urn:sha1:4615feb0f7b192afc0c9a1b11628877c5f430180</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "bridge: T1556: increase max-age range to 1200 (30 minutes)"</title>
<updated>2019-09-01T10:02:20+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-09-01T09:48:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=5ffa30bcc98be1af1d96b076acb0d8ff44fcb588'/>
<id>urn:sha1:5ffa30bcc98be1af1d96b076acb0d8ff44fcb588</id>
<content type='text'>
This reverts commit 3b119c91ca70c51aab24d4ef8b3913f47281321a.
</content>
</entry>
<entry>
<title>bridge: T1556: change 'aging' help text</title>
<updated>2019-09-01T10:02:20+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-09-01T09:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=0ce3b4142a172a092d034a8c1c9e2178340b43d1'/>
<id>urn:sha1:0ce3b4142a172a092d034a8c1c9e2178340b43d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bridge: T1556: increase max-age range to 1200 (30 minutes)</title>
<updated>2019-08-31T10:44:48+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-31T10:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=3b119c91ca70c51aab24d4ef8b3913f47281321a'/>
<id>urn:sha1:3b119c91ca70c51aab24d4ef8b3913f47281321a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bridge: T1556: bugfix: aging range validator</title>
<updated>2019-08-26T20:28:00+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-26T20:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=727ece3b4a9d1d5fced67f0e97fb22e2671eaabc'/>
<id>urn:sha1:727ece3b4a9d1d5fced67f0e97fb22e2671eaabc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bridge: T1556: bugfix: disable node must be valueless</title>
<updated>2019-08-26T18:54:03+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-26T18:54:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=7c79684a931b6bff3abb0cb8fb75c72cb916f1ce'/>
<id>urn:sha1:7c79684a931b6bff3abb0cb8fb75c72cb916f1ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[bridge] T1156: increase bridge priority - bridge interfaces after all member interfaces are configured</title>
<updated>2019-08-18T09:25:18+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-18T09:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=2367beb1a7c18b60f700afad20fccb8c364bdc1c'/>
<id>urn:sha1:2367beb1a7c18b60f700afad20fccb8c364bdc1c</id>
<content type='text'>
</content>
</entry>
</feed>
