<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/python, branch pr-template</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=pr-template</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=pr-template'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-12-24T12:44:20+00:00</updated>
<entry>
<title>T6944: fix unrelated formatting</title>
<updated>2024-12-24T12:44:20+00:00</updated>
<author>
<name>Nicolas Vollmar</name>
<email>nvo@scaling.ch</email>
</author>
<published>2024-12-19T10:13:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9d53f47a305a39caf15c73cacaf29177cebbaf14'/>
<id>urn:sha1:9d53f47a305a39caf15c73cacaf29177cebbaf14</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6944: adds option to enable switchdev mode on ethernet interface</title>
<updated>2024-12-24T12:44:20+00:00</updated>
<author>
<name>Nicolas Vollmar</name>
<email>nvollmar@gmail.com</email>
</author>
<published>2024-12-12T18:34:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3d5cc842ea651de68cfac299d6a8bd2849c9a1f8'/>
<id>urn:sha1:3d5cc842ea651de68cfac299d6a8bd2849c9a1f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ifconfig: T6972: smoketests fail as IP address is not removed in time</title>
<updated>2024-12-22T10:19:49+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-21T22:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1c53bf748375482dfa1630f2ed98a435b9aaf4ea'/>
<id>urn:sha1:1c53bf748375482dfa1630f2ed98a435b9aaf4ea</id>
<content type='text'>
From time to time integration tests fail as the DHCP assigned IP address is not
removed in time then dhclient stops. Add an explicit code path cleaning dynamic
assigned addresses from interface when disabling DHCP - if such a dynamic
address is remaining.

======================================================================
FAIL: test_dhcp_vrf (__main__.EthernetInterfaceTest.test_dhcp_vrf)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/libexec/vyos/tests/smoke/cli/test_interfaces_ethernet.py", line 72, in tearDown
    self.assertNotIn(AF_INET, ifaddresses(interface))
AssertionError: 2 unexpectedly found in {17: [{'addr': '52:54:00:00:00:00',
  'broadcast': 'ff:ff:ff:ff:ff:ff'}], 2: [{'addr': '192.0.2.103', 'netmask': '255.255.255.0',
  'broadcast': '192.0.2.255'}], 10: [{'addr': 'fe80::5054:ff:fe00:0%eth0',
  'netmask': 'ffff:ffff:ffff:ffff::/64'}]}
</content>
</entry>
<entry>
<title>Merge pull request #4246 from natali-rs1985/T6930</title>
<updated>2024-12-20T22:04:02+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-20T22:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4b7f5bc06fda2613c89f75562efa90680463f78e'/>
<id>urn:sha1:4b7f5bc06fda2613c89f75562efa90680463f78e</id>
<content type='text'>
pppoe: T6930: Remove unnecessary code</content>
</entry>
<entry>
<title>pppoe: T6930: Remove unnecessary code</title>
<updated>2024-12-20T14:43:09+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-12-20T14:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8f52e7f523bbdc9158d12c5067a1313c931af44f'/>
<id>urn:sha1:8f52e7f523bbdc9158d12c5067a1313c931af44f</id>
<content type='text'>
In case of changes in config that require reconnect PPPoEIF.remove() function is called and old default routes are removed. So we do not need to do it once again.
</content>
</entry>
<entry>
<title>Merge pull request #4243 from c-po/frr-10</title>
<updated>2024-12-19T15:59:10+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-19T15:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ccb260c0971f1621a581158e4933727edfea034a'/>
<id>urn:sha1:ccb260c0971f1621a581158e4933727edfea034a</id>
<content type='text'>
frrender: T6746: runtime improvements</content>
</entry>
<entry>
<title>ifconfig: fix AttributeError caused by internal race condition</title>
<updated>2024-12-18T22:01:43+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-18T22:01:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d2a7584a6d5cc3fcd01471b9cfd45735b5458724'/>
<id>urn:sha1:d2a7584a6d5cc3fcd01471b9cfd45735b5458724</id>
<content type='text'>
  File "/usr/lib/python3/dist-packages/vyos/ifconfig/interface.py", line 342
    if not self.iftype:
           ^^^^^^^^^^^
AttributeError: 'Interface' object has no attribute 'iftype'
</content>
</entry>
<entry>
<title>frrender: T6746: move get_frrender_dict from vyos.configdict to this module</title>
<updated>2024-12-18T21:40:05+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-18T18:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=77628e49379066e07b4046a00007187263e7206b'/>
<id>urn:sha1:77628e49379066e07b4046a00007187263e7206b</id>
<content type='text'>
Keep all FRRender stuff in one place.
</content>
</entry>
<entry>
<title>Merge pull request #4225 from natali-rs1985/T6767</title>
<updated>2024-12-18T18:36:27+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-18T18:36:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=11e89b1a1295b21d8c3b3e3d556ecb00506856ab'/>
<id>urn:sha1:11e89b1a1295b21d8c3b3e3d556ecb00506856ab</id>
<content type='text'>
op_mode: T6767: Check latest image version in VRF context for "add system image latest vrf &lt;name&gt;"</content>
</entry>
<entry>
<title>Merge pull request #4223 from HollyGurza/T6874</title>
<updated>2024-12-18T18:35:11+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-18T18:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=90773748365e7ba1447f39b67fbe4e2f0862f084'/>
<id>urn:sha1:90773748365e7ba1447f39b67fbe4e2f0862f084</id>
<content type='text'>
T6874: [QoS] Add class filter by ether</content>
</entry>
</feed>
