<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/smoketest/config-tests, branch current</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=current</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=current'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2025-06-17T15:16:51+00:00</updated>
<entry>
<title>firewall: T6951:  Add a configuration command for ethertypes that bridge firewalls should always accept</title>
<updated>2025-06-17T15:16:51+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2025-06-13T09:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8dbc3c5e67cc1fd043a78dd3446a1a733ebd814f'/>
<id>urn:sha1:8dbc3c5e67cc1fd043a78dd3446a1a733ebd814f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>conntrack: T7208: nf_conntrack_buckets defaults and behavior</title>
<updated>2025-06-07T08:55:24+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-06-07T07:15:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=08421b277b1f460ebc51673571bab975aece2215'/>
<id>urn:sha1:08421b277b1f460ebc51673571bab975aece2215</id>
<content type='text'>
Previously, we used a lower limit of 1 and a default value of 32768 for the
nf_conntrack_buckets (conntrack hash-size) sysctl option. However, the Linux
kernel enforces an internal minimum of 1024. A configuration migrator will now
adjust the lower limit to 1024 if necessary.

The former default value of 32768 was passed as a kernel module option, which
only took effect after the second system reboot. This was due to the option being
rendered but not applied during the first boot. This behavior has been changed so
that the value is now configurable at runtime and takes effect immediately.

Additionally, since VyOS 1.4 increased the hardware requirements to 4GB of RAM,
we now align the default value of nf_conntrack_buckets with the kernel's
default for systems with more than 1GB of RAM to 65536 entries. Previously, we
only supported half that amount.
</content>
</entry>
<entry>
<title>haproxy: T7429: remove unsupported logging facility and log level</title>
<updated>2025-05-08T20:51:39+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-05-05T18:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=876786654552b40180a34b73c6eb327722d09e15'/>
<id>urn:sha1:876786654552b40180a34b73c6eb327722d09e15</id>
<content type='text'>
VyOS 1.4.1 implemented support for logging facilities for HAProxy. The
facilities got included from the syslog XML definition, which also added
"virtual" or non existing facilities in HAProxy, namely: all, authpriv and mark.

If any of the above facilities is set, HAProxy will not start.

The XML definition for syslog also came with an arbitrary log-level "all" that
is also unsupported in HAProxy.

This commit adds a migration script removing the illegal CLI nodes.
</content>
</entry>
<entry>
<title>T6773: RFC-2136 support for Kea DHCP4 server (#4153)</title>
<updated>2025-04-22T14:40:06+00:00</updated>
<author>
<name>Alex Bukharov</name>
<email>alex.bukharov@innablr.com.au</email>
</author>
<published>2025-04-22T14:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=427ebbb1e103ff45774bdf79bd5b1cddeff2f686'/>
<id>urn:sha1:427ebbb1e103ff45774bdf79bd5b1cddeff2f686</id>
<content type='text'>
</content>
</entry>
<entry>
<title>lldp: T7165: add support to enable only rx or tx on specific interface</title>
<updated>2025-02-24T19:54:25+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-02-24T19:54:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=216e80b61881a13c502f44c5d32fd7603b6ffe60'/>
<id>urn:sha1:216e80b61881a13c502f44c5d32fd7603b6ffe60</id>
<content type='text'>
LLDP is a stateless protocol which does not necessitate sending to receive
advertisements. There are multiple scenarios such as provider peering links in
which it is advantageous to receive LLDP but not disclose internal information
to the provider.

Add new CLI command:
* set service lldp interface &lt;name&gt; mode [disable|rx-tx|rx|tx]

The default is unchanged and will be rx-tx.

Furthermore if an interface has an explicit LLDP disable configured under
"set service lldp interface &lt;name&gt; disable" this will be migrated to
"set service lldp interface &lt;name&gt; mode disable"
</content>
</entry>
<entry>
<title>bgp: T7163: add CLI route-map and metric support for "redistribute table"</title>
<updated>2025-02-13T19:39:54+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-02-13T19:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6ab9de170c7a4ad51b60ed0c576db25831ce745a'/>
<id>urn:sha1:6ab9de170c7a4ad51b60ed0c576db25831ce745a</id>
<content type='text'>
* set protocols bgp address-family &lt;ipv4-unicast|ipv6-unicast&gt; redistribute
  table &lt;n&gt; [metric &lt;n&gt;] [route-map &lt;name&gt;]
</content>
</entry>
<entry>
<title>syslog: T6989: add possibility to define VRF per remote</title>
<updated>2025-02-04T17:09:39+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-01-18T19:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5a7a9f3a20e19a52572ce1b9b214528b6ce958ce'/>
<id>urn:sha1:5a7a9f3a20e19a52572ce1b9b214528b6ce958ce</id>
<content type='text'>
Rsyslog supports individual VRFs per omfwd remote entry - so we should support
this, too.
</content>
</entry>
<entry>
<title>syslog: T6989: rename "global" to "local"</title>
<updated>2025-02-03T06:16:35+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-01-22T19:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=211bc4a767564d1eb28b431e1529eb719bb721a9'/>
<id>urn:sha1:211bc4a767564d1eb28b431e1529eb719bb721a9</id>
<content type='text'>
The previously "global" options actually were only relevant for the local
logging to /var/log/messages.
</content>
</entry>
<entry>
<title>syslog: T6989: move up "global marker" one level in CLI</title>
<updated>2025-02-03T06:16:07+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-01-15T19:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b9c43b19acb6f649bb6f64c75ab63df768e360c9'/>
<id>urn:sha1:b9c43b19acb6f649bb6f64c75ab63df768e360c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>syslog: T6989: move up "global preserve-fqdn" one level in CLI</title>
<updated>2025-02-03T06:16:07+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-01-15T19:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=20ab585a68982c4635c4e5a1ee5bbcc219feaebc'/>
<id>urn:sha1:20ab585a68982c4635c4e5a1ee5bbcc219feaebc</id>
<content type='text'>
Move "global preserve-fqdn" one CLI level up, as it relates to all logging
targets (console, global and remote).
</content>
</entry>
</feed>
