<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git, branch c-po-patch-1</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=c-po-patch-1</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=c-po-patch-1'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2025-02-26T05:44:46+00:00</updated>
<entry>
<title>GitHub: T6707: only do package integration tests on main repository</title>
<updated>2025-02-26T05:44:46+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-02-26T05:43:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=19df840c4c813d4a3c0f00c2340ec0a8ec7fb57a'/>
<id>urn:sha1:19df840c4c813d4a3c0f00c2340ec0a8ec7fb57a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GitHub: T6707: define smoketest ISO retention-days to 2</title>
<updated>2025-02-26T05:44:39+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-02-26T05:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9b997daf85907b0379c4bdfda3fa0390c99edf31'/>
<id>urn:sha1:9b997daf85907b0379c4bdfda3fa0390c99edf31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>snmp: T7180: Fixed verification of engineid in snmpv3 (#4366)</title>
<updated>2025-02-25T16:25:25+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>108394744+aapostoliuk@users.noreply.github.com</email>
</author>
<published>2025-02-25T16:25:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5f75ad82d869b5e9f67dc1b7052813c71041ac3e'/>
<id>urn:sha1:5f75ad82d869b5e9f67dc1b7052813c71041ac3e</id>
<content type='text'>
* snmp: T7180: Fixed verification of engineid in snmpv3

EngineID must be configured if snmpv3 user is configured.
Fixed engineid help string.
</content>
</entry>
<entry>
<title>Merge pull request #4365 from c-po/lldp-t7165</title>
<updated>2025-02-25T16:05:00+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2025-02-25T16:05:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9468dbfadece59cd4dd481594c9c098d974dad1a'/>
<id>urn:sha1:9468dbfadece59cd4dd481594c9c098d974dad1a</id>
<content type='text'>
lldp: T7165: add support to enable only rx/tx on specific interfaces</content>
</entry>
<entry>
<title>Merge pull request #4364 from natali-rs1985/T7171</title>
<updated>2025-02-25T15:48:25+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2025-02-25T15:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e9d9c096c0e046939ff53d68baa230064ea93242'/>
<id>urn:sha1:e9d9c096c0e046939ff53d68baa230064ea93242</id>
<content type='text'>
T7171: Add dstport option to GENEVE tunnels</content>
</entry>
<entry>
<title>T7171: Add dstport option to GENEVE tunnels</title>
<updated>2025-02-25T15:13:56+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2025-02-20T15:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0a7096c874340ced4eb6aa17ae47b8d0ae6d692c'/>
<id>urn:sha1:0a7096c874340ced4eb6aa17ae47b8d0ae6d692c</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>Merge pull request #4360 from sever-sever/T7190</title>
<updated>2025-02-24T17:54:56+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-02-24T17:54:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fe08f7f3a6bc48b190727105ea6172af06444bdf'/>
<id>urn:sha1:fe08f7f3a6bc48b190727105ea6172af06444bdf</id>
<content type='text'>
T7190: Add haproxy default timeout options configurable</content>
</entry>
<entry>
<title>Merge pull request #4362 from c-po/bond-T7191</title>
<updated>2025-02-24T17:42:12+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2025-02-24T17:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7aa82226e3bcc15ed957a8bed6c2fba25da35525'/>
<id>urn:sha1:7aa82226e3bcc15ed957a8bed6c2fba25da35525</id>
<content type='text'>
bond: T7191: fix error message when member interface is used multiple times</content>
</entry>
<entry>
<title>Merge pull request #4363 from c-po/bridge-T7192</title>
<updated>2025-02-24T17:39:42+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2025-02-24T17:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d50ce12c521b5dbe5b70619c78eaf1de24e308f9'/>
<id>urn:sha1:d50ce12c521b5dbe5b70619c78eaf1de24e308f9</id>
<content type='text'>
bridge: T7192: do not allow a member interface to be used multiple times</content>
</entry>
</feed>
