<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-build.git, branch 1.3.3</title>
<subtitle>VyOS image build scripts (mirror of https://github.com/vyos/vyos-build.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-build.git/atom?h=1.3.3</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-build.git/atom?h=1.3.3'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/'/>
<updated>2023-05-24T18:21:55+00:00</updated>
<entry>
<title>Merge pull request #353 from zdc/T4737-equuleus</title>
<updated>2023-05-24T18:21:55+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-05-24T18:21:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=bc64a3a72244b935773b34f1b018b1f0b512d880'/>
<id>urn:sha1:bc64a3a72244b935773b34f1b018b1f0b512d880</id>
<content type='text'>
frr: T4737: Replaced patch for connected routes processing</content>
</entry>
<entry>
<title>frr: T4737: Replaced patch for connected routes processing</title>
<updated>2023-05-24T17:58:04+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2023-05-24T17:58:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=0c56ce9671024912b60952d09e0d9f6f686c96b5'/>
<id>urn:sha1:0c56ce9671024912b60952d09e0d9f6f686c96b5</id>
<content type='text'>
An old patch breaks connected routes in a situation when more than one IP
address is presented on an interface and it switches state from down to up:

```
ip link set eth0 down
ip a add 192.0.2.50/24 dev eth0
ip a add 192.0.2.51/24 dev eth0
ip link set eth0 up
```

A new version includes more backports from frr upstream, which work well
regardless of an interface state.
</content>
</entry>
<entry>
<title>Merge pull request #350 from zdc/T5221-equuleus</title>
<updated>2023-05-12T12:38:38+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2023-05-12T12:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=9b60bf0a5f5bbedb2769472037050b058fe5fe72'/>
<id>urn:sha1:9b60bf0a5f5bbedb2769472037050b058fe5fe72</id>
<content type='text'>
FRR: Fixed BGP as-override behavior</content>
</entry>
<entry>
<title>FRR: T5221: Fixed BGP as-override behavior</title>
<updated>2023-05-12T11:24:49+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2023-05-12T11:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=f0cf9ac8a97b2b389b2dbcec8cb17761c29efc78'/>
<id>urn:sha1:f0cf9ac8a97b2b389b2dbcec8cb17761c29efc78</id>
<content type='text'>
Override peer's ASN even if original as-path contains other ASNs

This is a backport of 9bbdb4572d3bb255211fecf1c756452ab27e91c2 from
the main FRR repository
</content>
</entry>
<entry>
<title>Kernel: T5186: revert to 5.4.234 due to QoS issues</title>
<updated>2023-05-11T16:53:25+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-11T16:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=3ba073d0e1bed57a20fcd1ce7406c8ee2356d061'/>
<id>urn:sha1:3ba073d0e1bed57a20fcd1ce7406c8ee2356d061</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5186: Revert "Kernel: T3318: update Linux Kernel to v5.4.240"</title>
<updated>2023-05-10T16:37:26+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-10T16:37:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=cc62b93ef9bc914986755ebdd1cb937a0db54c49'/>
<id>urn:sha1:cc62b93ef9bc914986755ebdd1cb937a0db54c49</id>
<content type='text'>
This reverts commit e873e9385cb3a9ed94d7d5cf1c967aaec9b4f504.

Newer kernel versions break QoS b/c of incompatible tc change.
</content>
</entry>
<entry>
<title>Merge pull request #343 from zdc/T5187-equuleus</title>
<updated>2023-04-27T15:06:33+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2023-04-27T15:06:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=8e5e747687ec83f1bbf13e39fbc4f4b74ee22b2f'/>
<id>urn:sha1:8e5e747687ec83f1bbf13e39fbc4f4b74ee22b2f</id>
<content type='text'>
r8152: T5187: Updated Realtek r8152 driver</content>
</entry>
<entry>
<title>r8152: T5187: Updated Realtek r8152 driver</title>
<updated>2023-04-27T14:19:12+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2023-04-27T14:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=56c5dfe8c6ce76b0fddd9a55351fec27fd6f78ed'/>
<id>urn:sha1:56c5dfe8c6ce76b0fddd9a55351fec27fd6f78ed</id>
<content type='text'>
The Realtek r8152 driver is updated to 2.16.3
</content>
</entry>
<entry>
<title>Merge pull request #341 from zdc/T5182-equuleus</title>
<updated>2023-04-26T13:26:12+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2023-04-26T13:26:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=97ed73bf355451088ba025b6a022e1d86dc11b37'/>
<id>urn:sha1:97ed73bf355451088ba025b6a022e1d86dc11b37</id>
<content type='text'>
ice: T5182: Included Intel ICE driver to the system</content>
</entry>
<entry>
<title>ice: T5182: Included Intel ICE driver to the system</title>
<updated>2023-04-26T10:44:48+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2023-04-26T10:44:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=beb077829b57a28e153e4498c08675c19dd12acd'/>
<id>urn:sha1:beb077829b57a28e153e4498c08675c19dd12acd</id>
<content type='text'>
Intel ICE driver for E810 Ethernet Controllers is included in the
list of requirements for images and initramfs.
</content>
</entry>
</feed>
