<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git, branch 1.3.2</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.2</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.3.2'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2022-09-04T15:12:04+00:00</updated>
<entry>
<title>Merge pull request #1518 from initramfs/equuleus-fix-bond-members</title>
<updated>2022-09-04T15:12:04+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-09-04T15:12:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b9678136eac767ece3d5a5e53f9f2b9c47c7477a'/>
<id>urn:sha1:b9678136eac767ece3d5a5e53f9f2b9c47c7477a</id>
<content type='text'>
backport: bonding: T4668: Fix bond members not adding/interface state incorrect</content>
</entry>
<entry>
<title>Merge pull request #1498 from initramfs/fix-v6-default-route</title>
<updated>2022-09-04T06:19:43+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-09-04T06:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=088f673f5f02c364bf445f06e178e79ea7ae4411'/>
<id>urn:sha1:088f673f5f02c364bf445f06e178e79ea7ae4411</id>
<content type='text'>
pppoe: T4648: fix incorrect installation of IPv6 default route even when default-route is set to none </content>
</entry>
<entry>
<title>bonding: T4668: fix live bonding member add or remove</title>
<updated>2022-09-02T11:36:45+00:00</updated>
<author>
<name>initramfs</name>
<email>initramfs@initramfs.io</email>
</author>
<published>2022-09-01T12:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=0f1d29ac0480dc202595b96357789e6d15d49f2c'/>
<id>urn:sha1:0f1d29ac0480dc202595b96357789e6d15d49f2c</id>
<content type='text'>
Fixes several bugs around bonding member interface states not matching
the committed configuration, including:

  - Disabled removed interfaces coming back up
  - Newly added disabled interfaces not staying down
  - Newly added interfaces not showing up in the bond
</content>
</entry>
<entry>
<title>bonding: T4668: refactor configuration mode interface bonding script</title>
<updated>2022-09-02T11:36:37+00:00</updated>
<author>
<name>initramfs</name>
<email>initramfs@initramfs.io</email>
</author>
<published>2022-09-01T12:31:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=df97b5a4130ec7763176c86295bce586e0808f72'/>
<id>urn:sha1:df97b5a4130ec7763176c86295bce586e0808f72</id>
<content type='text'>
Refactor interfaces-bonding.py to simplify existing code and to remove
potentially bugprone sections in preparation for member add/remove
fixes for T4668.
</content>
</entry>
<entry>
<title>Merge pull request #1507 from c-po/t4653-offloading-equuleus</title>
<updated>2022-08-29T18:50:00+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-08-29T18:50:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e8eed64ae7416177904b5e97b9a36b0229470653'/>
<id>urn:sha1:e8eed64ae7416177904b5e97b9a36b0229470653</id>
<content type='text'>
ethernet: T4653: bugfix copy-paste when processing NIC offloading</content>
</entry>
<entry>
<title>ethernet: T4653: bugfix copy-paste when processing NIC offloading</title>
<updated>2022-08-29T18:40:24+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-08-29T18:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=27b94505582fb4f4c0c9188e8cc2026700a5a3bd'/>
<id>urn:sha1:27b94505582fb4f4c0c9188e8cc2026700a5a3bd</id>
<content type='text'>
Commit 31169fa8a763e ("vyos.ifconfig: T3619: only set offloading options if
supported by NIC") added the new implementation which handles NIC offloading.
Unfortunately every single implementation was copied from "gro" which resulted
in a change to gro for each offloading option - thus options like lro, sg, tso
had no effect at all.

It all comes down to copy/paste errors ... one way or another.

(cherry picked from commit b01f27b3bb3f4cbc6096011856d83009d0440313)
</content>
</entry>
<entry>
<title>Merge pull request #1504 from sever-sever/T4654-eq</title>
<updated>2022-08-29T15:25:41+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2022-08-29T15:25:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=2c4a468fcdb8cb197cce73a8cd52f1796cb640a5'/>
<id>urn:sha1:2c4a468fcdb8cb197cce73a8cd52f1796cb640a5</id>
<content type='text'>
rpki: T4654: Fix RPKI cache description (1.3)</content>
</entry>
<entry>
<title>rpki: T4654: Fix RPKI cache description</title>
<updated>2022-08-29T08:33:13+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-08-29T08:33:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=dd916411e929fedb5d5ab22e6611846d13cd209c'/>
<id>urn:sha1:dd916411e929fedb5d5ab22e6611846d13cd209c</id>
<content type='text'>
Fix wrong descriptions for the RPKI server
It was mentioned about the NTP server
</content>
</entry>
<entry>
<title>pppoe: T4648: stop default route from being installed under IPv6</title>
<updated>2022-08-27T06:07:28+00:00</updated>
<author>
<name>initramfs</name>
<email>initramfs@initramfs.io</email>
</author>
<published>2022-08-26T01:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=8285902d3f4eab7038d086df9284eb3d538c693c'/>
<id>urn:sha1:8285902d3f4eab7038d086df9284eb3d538c693c</id>
<content type='text'>
Adds a sysctl parameter to ignore the default router obtained from
router advertisements when pppoe default-route is set to 'none'.
</content>
</entry>
<entry>
<title>Merge pull request #1494 from c-po/equuleus-proxy-t4642</title>
<updated>2022-08-25T17:25:17+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-08-25T17:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=bf45a3c86afb532dbf136adda79fdfb402a7e175'/>
<id>urn:sha1:bf45a3c86afb532dbf136adda79fdfb402a7e175</id>
<content type='text'>
proxy: T4642: bugfix regex, add hyphen to allow list</content>
</entry>
</feed>
