<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/conf_mode, branch T6674-circ-trigger</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=T6674-circ-trigger</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=T6674-circ-trigger'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-08-24T19:54:48+00:00</updated>
<entry>
<title>sysctl: T3204: restore sysctl setttings overwritten by tuned</title>
<updated>2024-08-24T19:54:48+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-08-05T15:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=092c922cfbec7ee82878fa5d22c5c016af01b60d'/>
<id>urn:sha1:092c922cfbec7ee82878fa5d22c5c016af01b60d</id>
<content type='text'>
(cherry picked from commit 8500e8658ff10f52739143fd7814cf60c9195f16)
</content>
</entry>
<entry>
<title>Merge pull request #4005 from vyos/mergify/bp/circinus/pr-4000</title>
<updated>2024-08-24T08:05:25+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-08-24T08:05:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6f4bbbac4eaa16327b174e6231993000f33a121f'/>
<id>urn:sha1:6f4bbbac4eaa16327b174e6231993000f33a121f</id>
<content type='text'>
T6672: Fix system option ssh-client source-interface (backport #4000)</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/vyos-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>T6672: Fix system option ssh-client source-interface</title>
<updated>2024-08-22T16:10:41+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-08-21T16:32:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e7d1805e4a774b97c176d3cc1184e1645580589e'/>
<id>urn:sha1:e7d1805e4a774b97c176d3cc1184e1645580589e</id>
<content type='text'>
Fix for system option ssh-client source-interface
For the `verify_source_interface` the key `ifname` if required

(cherry picked from commit f453b33a6056de8fc5145ca9e680361fbce68348)

# Conflicts:
#	smoketest/scripts/cli/test_system_option.py
</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/vyos-1x.git/commit/?id=3bb5d5df1e38a6d995395b6e69ad142e6445b09d'/>
<id>urn:sha1:3bb5d5df1e38a6d995395b6e69ad142e6445b09d</id>
<content type='text'>
(cherry picked from commit 663e468de2b431f771534b4e3a2d00a5924b98fe)
</content>
</entry>
<entry>
<title>configverify: T6642: verify_interface_exists requires config_dict arg</title>
<updated>2024-08-12T19:15:10+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-08-08T19:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=7e7196de61d9500b01a9e65582127cb80c249ae2'/>
<id>urn:sha1:7e7196de61d9500b01a9e65582127cb80c249ae2</id>
<content type='text'>
The function verify_interface_exists requires a reference to the ambient
config_dict rather than creating an instance. As access is required to
the 'interfaces' path, provide as attribute of class ConfigDict, so as
not to confuse path searches of script-specific config_dict instances.

(cherry picked from commit 5f23b7275564cfaa7c178d320868b5f5e86ae606)
</content>
</entry>
<entry>
<title>qos: T6638: require interface state existence in verify conditional</title>
<updated>2024-08-09T08:43:36+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2024-08-08T16:24:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d9c9c48a0993524fa6443e317e5046e0e01d7641'/>
<id>urn:sha1:d9c9c48a0993524fa6443e317e5046e0e01d7641</id>
<content type='text'>
(cherry picked from commit ed63c9d1896a218715e13e1799fc059f4561f75e)
</content>
</entry>
<entry>
<title>multicast: T6619: remove unused imports (#3941)</title>
<updated>2024-08-06T16:08:30+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-08-06T16:08:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2312ac1574dbc2d0d0d24cc701be4d5da019e55b'/>
<id>urn:sha1:2312ac1574dbc2d0d0d24cc701be4d5da019e55b</id>
<content type='text'>
(cherry picked from commit 9979afa15650bd609399030da1751488baaac70b)</content>
</entry>
<entry>
<title>OPENVPN: T6555: fix name to bridge</title>
<updated>2024-08-05T10:50:25+00:00</updated>
<author>
<name>fett0</name>
<email>fernando.gmaidana@gmail.com</email>
</author>
<published>2024-08-02T14:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=48c4e500a1452a6df8c718209b6c93a83dbbd04e'/>
<id>urn:sha1:48c4e500a1452a6df8c718209b6c93a83dbbd04e</id>
<content type='text'>
(cherry picked from commit 0162a27952d2166583a9e6aee2cd77b9c693062b)
</content>
</entry>
<entry>
<title>OPENVPN: T6555: fix name to bridge</title>
<updated>2024-08-05T10:50:25+00:00</updated>
<author>
<name>fett0</name>
<email>fernando.gmaidana@gmail.com</email>
</author>
<published>2024-08-02T14:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f94d7f081074f4debef2eb25855412c26a061ddf'/>
<id>urn:sha1:f94d7f081074f4debef2eb25855412c26a061ddf</id>
<content type='text'>
(cherry picked from commit d5ae708581d453e2205ad4cf8576503f42e262b6)
</content>
</entry>
</feed>
