<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/conf_mode/nat.py, branch rolling</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=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2025-06-28T21:16:52+00:00</updated>
<entry>
<title>T7591: remove copyright years from source files</title>
<updated>2025-06-28T21:16:52+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-06-28T18:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1478516ae437f19ebeb7d6ff9b83dd74f8e76758'/>
<id>urn:sha1:1478516ae437f19ebeb7d6ff9b83dd74f8e76758</id>
<content type='text'>
The legal team says years are not necessary so we can go ahead with it, since
it will simplify backporting.

Automatically removed using: git ls-files | grep -v libvyosconfig | xargs sed -i -E \
's/^# Copyright (19|20)[0-9]{2}(-[0-9]{4})? VyOS maintainers.*/# Copyright VyOS maintainers and contributors &lt;maintainers@vyos.io&gt;/g'

In addition we will error-out during "make" if someone re-adds a legacy
copyright notice
</content>
</entry>
<entry>
<title>T7355: periodical cleanup of unused Python3 import statements</title>
<updated>2025-06-23T20:26:03+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-06-23T20:26:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6281059dc5de3a906b63c59b0b71050ea0022446'/>
<id>urn:sha1:6281059dc5de3a906b63c59b0b71050ea0022446</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nat: T7237: Remove expensive NAT address check</title>
<updated>2025-05-31T13:40:49+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2025-05-31T13:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=99a9fafb980c260426af75d0afb07fac61b0983c'/>
<id>urn:sha1:99a9fafb980c260426af75d0afb07fac61b0983c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>resolver: T4930: Fix always True on glob check</title>
<updated>2025-04-25T17:37:53+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2025-04-23T18:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=ab602253d57c1fb4a01a9c84f75bbbc480a66189'/>
<id>urn:sha1:ab602253d57c1fb4a01a9c84f75bbbc480a66189</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wireguard: T4930: allow peers via FQDN</title>
<updated>2025-01-18T23:17:12+00:00</updated>
<author>
<name>sskaje</name>
<email>sskaje@gmail.com</email>
</author>
<published>2024-12-31T02:44:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2212a438b234f34f32e08efef2f841ba55a3b6a0'/>
<id>urn:sha1:2212a438b234f34f32e08efef2f841ba55a3b6a0</id>
<content type='text'>
* set interfaces wireguard wgXX peer YY hostname &lt;fqdn&gt;
</content>
</entry>
<entry>
<title>T6687: add fqdn support to nat rules.</title>
<updated>2024-09-16T11:35:26+00:00</updated>
<author>
<name>Nicolas Fort</name>
<email>nicolasfort1988@gmail.com</email>
</author>
<published>2024-08-30T17:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4c3d037f036e84c77333a400b35bb1a628a1a118'/>
<id>urn:sha1:4c3d037f036e84c77333a400b35bb1a628a1a118</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6629: call check_kmod within a standard config function</title>
<updated>2024-08-02T13:59:41+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-08-02T00:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=95eef73f1b002c8b9e8e769135ffed50c8ca6890'/>
<id>urn:sha1:95eef73f1b002c8b9e8e769135ffed50c8ca6890</id>
<content type='text'>
Move the remaining calls to check_kmod within a standard function,
with placement determined by the needs of the config script.
</content>
</entry>
<entry>
<title>nat: T6365: use interface_exists() over netifaces.interfaces()</title>
<updated>2024-05-22T18:00:28+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-05-22T17:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=645c43ba60d29ca676a4323ccc5ca16c6bd8127a'/>
<id>urn:sha1:645c43ba60d29ca676a4323ccc5ca16c6bd8127a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nat: T6365: use string startswith() over [0] index access</title>
<updated>2024-05-22T17:46:46+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-05-22T17:46:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3870247517741ce23e2fcee8aaa1d194f0ad621b'/>
<id>urn:sha1:3870247517741ce23e2fcee8aaa1d194f0ad621b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nat: T6365: remove warnings for negated interface selections by name</title>
<updated>2024-05-22T17:44:39+00:00</updated>
<author>
<name>Ryazanov Alexander Mihailovich</name>
<email>alryaz@alryaz.com</email>
</author>
<published>2024-05-18T13:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=03eae30b27433055ddc10f09fc134b83e9bd6cec'/>
<id>urn:sha1:03eae30b27433055ddc10f09fc134b83e9bd6cec</id>
<content type='text'>
</content>
</entry>
</feed>
