<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/conf_mode, 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-25T16:25:25+00:00</updated>
<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 #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>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>
<entry>
<title>bridge: T7192: fix verify() to not allow member interface used multiple times</title>
<updated>2025-02-23T12:41:13+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-02-23T12:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3c0033508e671db72057cfdb535c530423e3b44f'/>
<id>urn:sha1:3c0033508e671db72057cfdb535c530423e3b44f</id>
<content type='text'>
When configuring
  set interfaces bridge br10 member interface eth1
  set interfaces bridge br20 member interface eth1
  commit

Checking the interface assignment afterwards shows

242: br20: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
    link/ether 62:34:3a:8a:fe:49 brd ff:ff:ff:ff:ff:ff
[edit]

3: eth1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc fq_codel master br20 state UP mode DEFAULT group default qlen 1000
    link/ether 00:50:56:b3:cd:ba brd ff:ff:ff:ff:ff:ff
    altname enp0s19
    altname ens19

The later addition wins and the CLI reports eth1 is assigned to br20 "master
br20". A member interface can not be used multiple times.
</content>
</entry>
<entry>
<title>bond: T7191: fix error message when member interface is used multiple times</title>
<updated>2025-02-23T11:39:47+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-02-23T11:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dc6b7f451ba3409c725dcded440f4847e150de93'/>
<id>urn:sha1:dc6b7f451ba3409c725dcded440f4847e150de93</id>
<content type='text'>
Sharing the same physical interface among multiple bond interfaces causes
information to be lost within the error message

  set interfaces bonding bond10 member interface eth1
  set interfaces bonding bond10 member interface eth2
  set interfaces bonding bond20 member interface eth1
  set interfaces bonding bond20 member interface eth2
  commit

Results in:

[ interfaces bonding bond10 ]
Can not add interface "eth1" to bond, it is already a member of bond
"b"!

[[interfaces bonding bond10]] failed
[ interfaces bonding bond20 ]
Can not add interface "eth1" to bond, it is already a member of bond
"b"!

It should infact output the full name of the bond interface.
</content>
</entry>
<entry>
<title>container: T7185: Allow tmpfs mounts within containers</title>
<updated>2025-02-22T15:34:55+00:00</updated>
<author>
<name>Alex W</name>
<email>embezzle.dev@proton.me</email>
</author>
<published>2025-02-21T22:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=98dd5131799bd480b3522efeb168b0899356065b'/>
<id>urn:sha1:98dd5131799bd480b3522efeb168b0899356065b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #4348 from vyos/sever-sever-patch-1</title>
<updated>2025-02-18T19:43:52+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-02-18T19:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=32c4beae5d4869974bc151a4fb11c0f62d21c38c'/>
<id>urn:sha1:32c4beae5d4869974bc151a4fb11c0f62d21c38c</id>
<content type='text'>
T7136: sflow check listen address for the vrf</content>
</entry>
<entry>
<title>T7136: sflow check listen address for the vrf</title>
<updated>2025-02-17T10:35:26+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-02-17T10:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=692edf5b1de37fdee2bc861c725d3b0a99ce8d28'/>
<id>urn:sha1:692edf5b1de37fdee2bc861c725d3b0a99ce8d28</id>
<content type='text'>
Add check list to VRF address for the sFlow agent address</content>
</entry>
</feed>
