<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src, branch mergify/bp/circinus/pr-4091</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=mergify%2Fbp%2Fcircinus%2Fpr-4091</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=mergify%2Fbp%2Fcircinus%2Fpr-4091'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-09-19T07:00:30+00:00</updated>
<entry>
<title>wireless: T6496: support for EAP-MSCHAPv2 client over wifi</title>
<updated>2024-09-19T07:00:30+00:00</updated>
<author>
<name>Christopher</name>
<email>root@teritum.dev</email>
</author>
<published>2024-06-10T18:52:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d50526477ed510a011935747f18bd6b4ec3ec2f1'/>
<id>urn:sha1:d50526477ed510a011935747f18bd6b4ec3ec2f1</id>
<content type='text'>
fix: attempt to fix indentation on `wpa_supplicant.conf.j2`

fix: attempt to fix indentation on `wpa_supplicant.conf.j2`

fix: incorrect bssid mapping

fix: use the correct jinja templating (I think)

fix: “remote blank space

fix: attempt to fix the formatting in j2

fix: attempt to fix the formatting in j2

feat: rename enterprise username and password + add checks in conf mode.

fix: move around `bssid` config option on `wpa_supplicant.conf.j2` and fix the security config part

fix: fix indentation on `wpa_supplicant.conf.j2`
(cherry picked from commit fc4263021acb72d2d8afb165922d9cb7e11b2bf1)
</content>
</entry>
<entry>
<title>Merge pull request #4082 from vyos/mergify/bp/circinus/pr-3823</title>
<updated>2024-09-18T11:38:36+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-09-18T11:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0444795e3798f2ec51e40bef67a0920f892769b8'/>
<id>urn:sha1:0444795e3798f2ec51e40bef67a0920f892769b8</id>
<content type='text'>
OpenVPN CLI-option: T6571: rename ncp-ciphers with data-ciphers (backport #3823)</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/vyos-1x.git/commit/?id=087c33f09237ca8d47b4d84ab52b466c3a141d8c'/>
<id>urn:sha1:087c33f09237ca8d47b4d84ab52b466c3a141d8c</id>
<content type='text'>
(cherry picked from commit b62b2f5f8a9c4f0a7dc26bce1f15843651119256)
</content>
</entry>
<entry>
<title>T6486: generate OpenVPN use data-ciphers instead of ncp-ciphers (#3930)</title>
<updated>2024-09-18T10:35:02+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-08-02T15:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9040d1caafc915d53f8d141138a6333c9f936fcd'/>
<id>urn:sha1:9040d1caafc915d53f8d141138a6333c9f936fcd</id>
<content type='text'>
In the PR https://github.com/vyos/vyos-1x/pull/3823 the ncp-ciphers
were replaced with `data-ciphers`
fix template for "generate openvpn client-config"

(cherry picked from commit ffbc04c591b534188cb08bf3991fadac4aa386a8)
</content>
</entry>
<entry>
<title>T6716: don't automatically set ethernet offload (#4078)</title>
<updated>2024-09-18T03:28:13+00:00</updated>
<author>
<name>mergify[bot]</name>
<email>37929162+mergify[bot]@users.noreply.github.com</email>
</author>
<published>2024-09-18T03:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=3e1dc8d332ffdb1ea2ea6701f7b88e3332fd36c7'/>
<id>urn:sha1:3e1dc8d332ffdb1ea2ea6701f7b88e3332fd36c7</id>
<content type='text'>
Remove the lines of code that checked if the kernel had offloading
enabled and was then forcing the config to set it to "on." The
behavior now mirrors the config and offloading will only be enabled
if the config is explicitly set to enabled.

Note: the code is still present to disable the offloading, in the
config, if the kernel doesn't support it.

Note(2): Allow the previous behavior where the offload settings get set,
based on the Kernel, if the boot is a live boot.

(cherry picked from commit b6c2a7476bbd20bebc3e901cc55c17965ebfc423)

Co-authored-by: Dave Vogel &lt;dvogel@greylogic.com&gt;</content>
</entry>
<entry>
<title>bond: T6709: add EAPoL support (backport #4069) (#4076)</title>
<updated>2024-09-17T17:32:02+00:00</updated>
<author>
<name>mergify[bot]</name>
<email>37929162+mergify[bot]@users.noreply.github.com</email>
</author>
<published>2024-09-17T17:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=787f8c44327fc0adc38af51d034e178b32424fea'/>
<id>urn:sha1:787f8c44327fc0adc38af51d034e178b32424fea</id>
<content type='text'>
* ethernet: T6709: move EAPoL support to common framework

Instead of having EAPoL (Extensible Authentication Protocol over Local Area
Network) support only available for ethernet interfaces, move this to common
ground at vyos.ifconfig.interface making it available for all sorts of
interfaces by simply including the XML portion

  #include &lt;include/interface/eapol.xml.i&gt;

(cherry picked from commit 0ee8d5e35044e7480dac6a23e92d43744b8c5d36)

* bond: T6709: add EAPoL support

(cherry picked from commit 8eeb1bdcdfc104ffa77531f270a38cda2aee7f82)

---------

Co-authored-by: Christian Breunig &lt;christian@breunig.cc&gt;</content>
</entry>
<entry>
<title>op-mode: T6682: Fix for show vpn ike sa peer always shows all SAs</title>
<updated>2024-09-15T14:33:45+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-09-12T13:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a9502ba5dfea7ece7d7c6a9b8bacad3d304b144b'/>
<id>urn:sha1:a9502ba5dfea7ece7d7c6a9b8bacad3d304b144b</id>
<content type='text'>
(cherry picked from commit 8c6a57124af37ba410dd01797e9242b3a79f171a)
</content>
</entry>
<entry>
<title>Merge pull request #4058 from vyos/mergify/bp/circinus/pr-4046</title>
<updated>2024-09-15T09:59:44+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-09-15T09:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bc249af29b435a0099fdfb63465804482d8fe996'/>
<id>urn:sha1:bc249af29b435a0099fdfb63465804482d8fe996</id>
<content type='text'>
T6703: Adds option to configure AMD pstate driver (backport #4046)</content>
</entry>
<entry>
<title>Merge pull request #4056 from vyos/mergify/bp/circinus/pr-4054</title>
<updated>2024-09-13T15:01:39+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2024-09-13T15:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1c208b6b22fac13e00b2fbdccba042adcae2afc2'/>
<id>urn:sha1:1c208b6b22fac13e00b2fbdccba042adcae2afc2</id>
<content type='text'>
T6711: Fix restart vrrp missed comma between services (backport #4054)</content>
</entry>
<entry>
<title>policy: T6676: Invalid route-map caused bgpd to crash</title>
<updated>2024-09-12T19:14:29+00:00</updated>
<author>
<name>Nataliia Solomko</name>
<email>natalirs1985@gmail.com</email>
</author>
<published>2024-09-11T09:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6f657367e6ac5aeac0d71d75ba5e67f2d977412b'/>
<id>urn:sha1:6f657367e6ac5aeac0d71d75ba5e67f2d977412b</id>
<content type='text'>
(cherry picked from commit 595f35bbdda732883ce0b8b0721061bb3a40a715)
</content>
</entry>
</feed>
