<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/op_mode, branch T7064-add-mirror-workflow-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=T7064-add-mirror-workflow-current</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=T7064-add-mirror-workflow-current'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2025-01-17T04:42:12+00:00</updated>
<entry>
<title>ruff: T6583: Reformat to comply with code style</title>
<updated>2025-01-17T04:42:12+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2025-01-16T22:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5f06e1cb23e3094eadf560b1008fca0080fed70a'/>
<id>urn:sha1:5f06e1cb23e3094eadf560b1008fca0080fed70a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcp: T7052: Rename and simplify functions for consistency</title>
<updated>2025-01-17T04:42:12+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2025-01-16T05:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a31d5b661bf2d37c72a21e434d8ce16b22a597b9'/>
<id>urn:sha1:a31d5b661bf2d37c72a21e434d8ce16b22a597b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcp: T7052: Refactor kea dhcp op-mode functions to vyos.kea</title>
<updated>2025-01-17T04:42:12+00:00</updated>
<author>
<name>Indrajit Raychaudhuri</name>
<email>irc@indrajit.com</email>
</author>
<published>2025-01-14T01:34:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4fbdd9191d419d91e97118159d1e3cfa67336b3d'/>
<id>urn:sha1:4fbdd9191d419d91e97118159d1e3cfa67336b3d</id>
<content type='text'>
Relocate the kea dhcp op-mode functions to kea helper
functions in vyos.kea. This allows the functions to
be reused by other scripts, not just op-mode wrappers.

This moves the source of truth for the op-mode
commands to the actual running kea instance,
rather than VyOS config path.

Also, apply some minor code cleanup and make some
of the mappings consistent across the functions.
</content>
</entry>
<entry>
<title>Merge pull request #4301 from sarthurdev/T7041</title>
<updated>2025-01-13T18:53:25+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-01-13T18:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e8581721313143c44bd0b19ac5c64b6499f1f605'/>
<id>urn:sha1:e8581721313143c44bd0b19ac5c64b6499f1f605</id>
<content type='text'>
kea: T7041: Check lease hostname string is not empty</content>
</entry>
<entry>
<title>kea: T7041: Check lease hostname string is not empty</title>
<updated>2025-01-12T18:45:21+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2025-01-12T18:45:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c014e5c8297c9335af77824d0cfbdfde2459db2c'/>
<id>urn:sha1:c014e5c8297c9335af77824d0cfbdfde2459db2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nhrp: T2326: NHRP migration to FRR</title>
<updated>2025-01-09T16:24:15+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-08-09T15:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=5e8307bf3a7f816193ca9da8cb290d57bbb375f2'/>
<id>urn:sha1:5e8307bf3a7f816193ca9da8cb290d57bbb375f2</id>
<content type='text'>
NHRP migration to FRR
</content>
</entry>
<entry>
<title>T6998: dhcp: fix depracted utcfromtimestamp usage</title>
<updated>2025-01-07T15:28:48+00:00</updated>
<author>
<name>Erkki Eilonen</name>
<email>erkki@itech.ee</email>
</author>
<published>2025-01-07T15:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fe50656a6f1509976d04e8a750083d54bad28ecc'/>
<id>urn:sha1:fe50656a6f1509976d04e8a750083d54bad28ecc</id>
<content type='text'>
Deprecated as per https://docs.python.org/3/library/datetime.html#datetime.datetime.utcfromtimestamp
Fixes: TypeError: can't subtract offset-naive and offset-aware datetimes

Co-authored-by: Erkki Eilonen &lt;erkki@bearmetal.eu&gt;</content>
</entry>
<entry>
<title>T6841: firewall: Fixed issues in ZBF when using VRFs</title>
<updated>2025-01-06T11:05:22+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2024-12-17T11:39:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4a194b32509ffcd9574bb7571a5a6347f7dc4e42'/>
<id>urn:sha1:4a194b32509ffcd9574bb7571a5a6347f7dc4e42</id>
<content type='text'>
Improve config parsing for ZBF when using VRFs and interfaces attached to VRFs
</content>
</entry>
<entry>
<title>op_mode: T6956: Fix for "generate tech-support archive" if /config contains directories</title>
<updated>2024-12-29T18:49:35+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-12-29T18:49:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ec62359a0f7740022e8d1d3203882c8f6cd5f9f6'/>
<id>urn:sha1:ec62359a0f7740022e8d1d3203882c8f6cd5f9f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>op-mode: T5992: fix Kea DHCP server lease output</title>
<updated>2024-12-23T09:03:04+00:00</updated>
<author>
<name>Nicolas Vandamme</name>
<email>n.vandamme@firis-system.lu</email>
</author>
<published>2024-12-23T09:03:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3168305a0474573ad0f36fee399baa423cbce5e4'/>
<id>urn:sha1:3168305a0474573ad0f36fee399baa423cbce5e4</id>
<content type='text'>
</content>
</entry>
</feed>
