<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/smoketest/scripts, branch 1.3.6</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.6</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.3.6'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2024-02-01T16:10:18+00:00</updated>
<entry>
<title>bfd: T5967: add minimum-ttl option</title>
<updated>2024-02-01T16:10:18+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-02-01T16:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e559ff4e552a0959287bee7712d887e754b25fb7'/>
<id>urn:sha1:e559ff4e552a0959287bee7712d887e754b25fb7</id>
<content type='text'>
* set protocols bfd peer &lt;x.x.x.x&gt; minimum-ttl &lt;1-254&gt;

(partially cherry-picked from 1f07dcbddfcfdbb9079936ec479c5633934dd547)
</content>
</entry>
<entry>
<title>T1297: vrrp: backport VRRP GARP options to Equuleus</title>
<updated>2024-01-09T09:52:07+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-01-09T09:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=56141ca2165f58dcfd7ef47afcdb1b227827d416'/>
<id>urn:sha1:56141ca2165f58dcfd7ef47afcdb1b227827d416</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2540 from aapostoliuk/T5413-equuleus</title>
<updated>2023-12-09T16:31:44+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2023-12-09T16:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=48e512ffec259d8753a8fd5a0a6a961f332ab8c1'/>
<id>urn:sha1:48e512ffec259d8753a8fd5a0a6a961f332ab8c1</id>
<content type='text'>
wireguard: T5413: Blocked adding the peer with the router's public key</content>
</entry>
<entry>
<title>Merge pull request #2536 from c-po/backport-pr-2527</title>
<updated>2023-11-28T14:27:07+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-28T14:27:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=50a78a29e3bbe6ccc2e070706133c06f6053a612'/>
<id>urn:sha1:50a78a29e3bbe6ccc2e070706133c06f6053a612</id>
<content type='text'>
pppoe: T5630: make MRU default to MTU if unspecified (backport #2527)</content>
</entry>
<entry>
<title>wireguard: T5413: Blocked adding the peer with the router's public key</title>
<updated>2023-11-24T14:57:10+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2023-11-24T14:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=2c1c3613567e23e14ce89bbf872e6e9dee16badb'/>
<id>urn:sha1:2c1c3613567e23e14ce89bbf872e6e9dee16badb</id>
<content type='text'>
Disabled adding the peer with the same public key as the router has.
Backport from current
https://github.com/vyos/vyos-1x/pull/2122
</content>
</entry>
<entry>
<title>smoketest: tftp: T4012: disable VRF based tests due to false positives</title>
<updated>2023-11-23T11:14:23+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-23T11:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=addf70b659c44e0ee1318be7aaac0a0622ad55ad'/>
<id>urn:sha1:addf70b659c44e0ee1318be7aaac0a0622ad55ad</id>
<content type='text'>
TFTP VRF support is working on a live system but the smoketests tend to fail.
This commit removes the VRF based smoketests for TFTP server, to make
the equuleus Jenkins builds work again.
</content>
</entry>
<entry>
<title>pppoe: T5630: make MRU default to MTU if unspecified</title>
<updated>2023-11-23T11:06:31+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-22T10:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=220750b9e747c7f539849e96889cfef695300313'/>
<id>urn:sha1:220750b9e747c7f539849e96889cfef695300313</id>
<content type='text'>
This fixes the implementation in e062a8c11 ("pppoe: T5630: allow to specify MRU
in addition to already configurable MTU") and restores the bahavior that MRU
defaults to MTU if MRU is not explicitly set.

This was the behavior in VyOS 1.3.3 and below before we added ability to define
the MRU value.

(cherry picked from commit ffd7339e2ea3eafdd97ac0763ca4a3913fe71bf3)
</content>
</entry>
<entry>
<title>pppoe: T5630: verify MRU is less or equal then MTU</title>
<updated>2023-10-08T07:58:45+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-10-03T18:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=ab2aeec41a2ef34730b9dc8894b184e0bf00b147'/>
<id>urn:sha1:ab2aeec41a2ef34730b9dc8894b184e0bf00b147</id>
<content type='text'>
(cherry picked from commit e357258e645cf85de0035d4ecfbf99db4dd90f7e)
</content>
</entry>
<entry>
<title>pppoe: T5630: allow to specify MRU in addition to already configurable MTU</title>
<updated>2023-10-08T07:45:00+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-10-03T16:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=88c1fd3a35926d813967b3c969e01b41ea67771a'/>
<id>urn:sha1:88c1fd3a35926d813967b3c969e01b41ea67771a</id>
<content type='text'>
Set the MRU (Maximum Receive Unit) value to n. PPPd will ask the peer to send
packets of no more than n bytes. The value of n must be between 128 and 16384,
the default was always 1492 to match PPPoE MTU.

A value of 296 works well on very slow links (40 bytes for TCP/IP header + 256
bytes of data). Note that for the IPv6 protocol, the MRU must be at least 1280.

CLI:
  set interfaces pppoe pppoe0 mru 1280

(cherry picked from commit e062a8c11856f213983f5b41f50d4f9dbc0dde0f)
</content>
</entry>
<entry>
<title>T5428: fix DHCP address renewal/release when running in VRF</title>
<updated>2023-08-28T19:21:14+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-28T19:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=47d9c8067135b97bc1fbc5450dc5fa9b8e65e345'/>
<id>urn:sha1:47d9c8067135b97bc1fbc5450dc5fa9b8e65e345</id>
<content type='text'>
</content>
</entry>
</feed>
