<feed xmlns='http://www.w3.org/2005/Atom'>
<title>veeos-1x.git/interface-definitions/include, branch circinus</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos-contrib/veeos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=circinus</id>
<link rel='self' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/atom?h=circinus'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/'/>
<updated>2024-09-30T15:26:24+00:00</updated>
<entry>
<title>T6687: add fqdn support to nat rules.</title>
<updated>2024-09-30T15:26:24+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-contrib/veeos-1x.git/commit/?id=8dcb042bb2352717395ba3c17bc5437534c83af5'/>
<id>urn:sha1:8dcb042bb2352717395ba3c17bc5437534c83af5</id>
<content type='text'>
(cherry picked from commit 4c3d037f036e84c77333a400b35bb1a628a1a118)
</content>
</entry>
<entry>
<title>OpenVPN CLI-option: T6571: rename ncp-ciphers with data-ciphers</title>
<updated>2024-09-18T10:35:50+00:00</updated>
<author>
<name>srividya0208</name>
<email>a.srividya@vyos.io</email>
</author>
<published>2024-07-15T10:30:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=087c33f09237ca8d47b4d84ab52b466c3a141d8c'/>
<id>urn:sha1:087c33f09237ca8d47b4d84ab52b466c3a141d8c</id>
<content type='text'>
(cherry picked from commit b62b2f5f8a9c4f0a7dc26bce1f15843651119256)
</content>
</entry>
<entry>
<title>T6539: add logging options to load-balancer reverse-proxy</title>
<updated>2024-09-18T07:14:24+00:00</updated>
<author>
<name>Jonathan Voss</name>
<email>jvoss@onvox.net</email>
</author>
<published>2024-07-01T17:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=ca847d057192d97cda673bcdd38c55151cf56f7a'/>
<id>urn:sha1:ca847d057192d97cda673bcdd38c55151cf56f7a</id>
<content type='text'>
(cherry picked from commit dd5908eac390294ea178953fc0e6821d803d62f6)
</content>
</entry>
<entry>
<title>wireless: T6318: move country-code to a system wide configuration</title>
<updated>2024-08-23T06:18:32+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-06-15T19:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=549a16f5b1437d437ccc873ded500b8cecd03c28'/>
<id>urn:sha1:549a16f5b1437d437ccc873ded500b8cecd03c28</id>
<content type='text'>
Wireless devices are subject to regulations issued by authorities. For any
given AP or router, there will most likely be no case where one wireless NIC is
located in one country and another wireless NIC in the same device is located
in another country, resulting in different regulatory domains to apply to the
same box.

Currently, wireless regulatory domains in VyOS need to be configured per-NIC:
  set interfaces wireless wlan0 country-code us

This leads to several side-effects:
* When operating multiple WiFi NICs, they all can have different regulatory
  domains configured which might offend legislation.
* Some NICs need additional entries to /etc/modprobe.d/cfg80211.conf to apply
  regulatory domain settings, such as: "options cfg80211 ieee80211_regdom=US"
  This is true for the Compex WLE600VX. This setting cannot be done
  per-interface.

Migrate the first found wireless module country-code from the wireless
interface CLI to: "system wireless country-code"

(cherry picked from commit 9e22ab6b2aee48029d3455f65880e45c558cf1da)
</content>
</entry>
<entry>
<title>T6649: Accel-ppp separate vlan-mon from listen interfaces</title>
<updated>2024-08-16T09:38:06+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-08-15T10:20:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=3bb5d5df1e38a6d995395b6e69ad142e6445b09d'/>
<id>urn:sha1:3bb5d5df1e38a6d995395b6e69ad142e6445b09d</id>
<content type='text'>
(cherry picked from commit 663e468de2b431f771534b4e3a2d00a5924b98fe)
</content>
</entry>
<entry>
<title>openvpn: T6591: deprecate OpenVPN server net30 topology (#3825)</title>
<updated>2024-07-18T18:58:05+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-07-18T18:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=3b9e283855556707d3df27465f571efb869aeb9b'/>
<id>urn:sha1:3b9e283855556707d3df27465f571efb869aeb9b</id>
<content type='text'>
(cherry picked from commit e2b05343b30d2f989968532106e792cbaf75ecf6)
</content>
</entry>
<entry>
<title>Merge pull request #3639 from natali-rs1985/T5487-current</title>
<updated>2024-06-13T14:56:33+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-06-13T14:56:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=1abf323d378bb565236f21d8a0cfbf6b1b00a08c'/>
<id>urn:sha1:1abf323d378bb565236f21d8a0cfbf6b1b00a08c</id>
<content type='text'>
openvpn: T5487:  Remove deprecated option --cipher for server and client mode</content>
</entry>
<entry>
<title>bgp: T6473: missing completion helper for peer-groups inside a VRF</title>
<updated>2024-06-11T15:22:09+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-06-11T15:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=80ea3d53b2224676d3e9287bce80df4407fe6c01'/>
<id>urn:sha1:80ea3d53b2224676d3e9287bce80df4407fe6c01</id>
<content type='text'>
Using BGP peer-groups inside a VRF instance will make use if the global VRFs
peer-group list during tab-completion and not the peer-groups defined within
the BGP instance of the given VRF.
</content>
</entry>
<entry>
<title>openvpn: T5487:  Remove eprecated option --cipher for server and client mode</title>
<updated>2024-06-11T15:04:18+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-06-11T15:04:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=0f669a22615a18c3cd8da2f65f3ed79686992320'/>
<id>urn:sha1:0f669a22615a18c3cd8da2f65f3ed79686992320</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reverse-proxy: T6454: Set default value of http for haproxy mode</title>
<updated>2024-06-07T11:30:22+00:00</updated>
<author>
<name>Alex W</name>
<email>embezzle.dev@proton.me</email>
</author>
<published>2024-06-07T10:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos-contrib/veeos-1x.git/commit/?id=60d7c0ecaff49ec62f4600a460f5fbe7b26a0d9c'/>
<id>urn:sha1:60d7c0ecaff49ec62f4600a460f5fbe7b26a0d9c</id>
<content type='text'>
</content>
</entry>
</feed>
