<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git, branch vyos/1.5dev0</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.5dev0</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.5dev0'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2023-09-04T07:59:17+00:00</updated>
<entry>
<title>Merge pull request #2192 from sever-sever/T5533</title>
<updated>2023-09-04T07:59:17+00:00</updated>
<author>
<name>zdc</name>
<email>zdc@users.noreply.github.com</email>
</author>
<published>2023-09-04T07:59:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=8e22a2f6f77dc2d10969d8603c59a8834164b903'/>
<id>urn:sha1:8e22a2f6f77dc2d10969d8603c59a8834164b903</id>
<content type='text'>
T5533: Fix VRRP IPv6 group enters in FAULT state</content>
</entry>
<entry>
<title>T5533: Fix VRRP IPv6 group enters in FAULT state</title>
<updated>2023-09-04T06:41:48+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-09-01T10:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=5fb77805f0fcc507c6af7b897fcf5a532bf20e42'/>
<id>urn:sha1:5fb77805f0fcc507c6af7b897fcf5a532bf20e42</id>
<content type='text'>
Checks if an IPv6 address on a specific network interface is
in the tentative state. IPv6 tentative addresses are not fully configured
and are undergoing Duplicate Address Detection (DAD) to ensure they are
unique on the network.

inet6 2001:db8::3/125 scope global tentative

It tentative state the group enters in FAULT state. Fix it
</content>
</entry>
<entry>
<title>Merge pull request #2197 from anthr76/cap-sys-module</title>
<updated>2023-09-04T04:41:35+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-04T04:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=bbcf94bba674e4c001d9439439b8fd405f39501a'/>
<id>urn:sha1:bbcf94bba674e4c001d9439439b8fd405f39501a</id>
<content type='text'>
feat(T5544): Allow CAP_SYS_MODULE to be set on containers</content>
</entry>
<entry>
<title>fix: sys-module auto-tab completion</title>
<updated>2023-09-03T21:55:17+00:00</updated>
<author>
<name>Anthony Rabbito</name>
<email>hello@anthonyrabbito.com</email>
</author>
<published>2023-09-03T21:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=d9b0551c8517078514b2962cb37806776464c12e'/>
<id>urn:sha1:d9b0551c8517078514b2962cb37806776464c12e</id>
<content type='text'>
Signed-off-by: Anthony Rabbito &lt;hello@anthonyrabbito.com&gt;
</content>
</entry>
<entry>
<title>feat(T5544): Allow CAP_SYS_MODULE to be set on containers</title>
<updated>2023-09-03T16:15:59+00:00</updated>
<author>
<name>Anthony Rabbito</name>
<email>hello@anthonyrabbito.com</email>
</author>
<published>2023-09-03T16:15:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e623c10ab41ee4187fc43e9a7a832b1c8c6e0527'/>
<id>urn:sha1:e623c10ab41ee4187fc43e9a7a832b1c8c6e0527</id>
<content type='text'>
Signed-off-by: Anthony Rabbito &lt;hello@anthonyrabbito.com&gt;
</content>
</entry>
<entry>
<title>T5543: IGMP: fix source address handling in static joins</title>
<updated>2023-09-03T11:27:54+00:00</updated>
<author>
<name>Yuxiang Zhu</name>
<email>vfreex@gmail.com</email>
</author>
<published>2023-09-03T11:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=630d40046b4fd1b58060c42a075e19d870ac69ba'/>
<id>urn:sha1:630d40046b4fd1b58060c42a075e19d870ac69ba</id>
<content type='text'>
The following command expects to join source-specific multicast group 239.1.2.3
on interface eth0, where the source address is 192.0.2.1.

set protocols igmp interface eth0 join 239.1.2.3 source 192.0.2.1

This command should generate FRR config:

interface eth0
 ip igmp
 ip igmp join 239.1.2.3 192.0.2.1
exit

However, there is a bug in the Jinja template where `if ifaces[iface].gr_join[group]`
is mostly evaluated as `false` because `iface` is a loop variable from another loop.</content>
</entry>
<entry>
<title>ipoe: T5542: fix Jinja2 template and add missing dhcp relay config</title>
<updated>2023-09-03T07:25:06+00:00</updated>
<author>
<name>Niklas Polte</name>
<email>77445745+Niklasthegeek@users.noreply.github.com</email>
</author>
<published>2023-09-03T07:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=1ae9c4162dc13844ec0f028a51b4b2d111954196'/>
<id>urn:sha1:1ae9c4162dc13844ec0f028a51b4b2d111954196</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wireless: T5540: fix smoketests after adjusting VHT channel width</title>
<updated>2023-09-03T06:37:58+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-03T06:37:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b295a1470b04904749403bdded1758e382493535'/>
<id>urn:sha1:b295a1470b04904749403bdded1758e382493535</id>
<content type='text'>
Commit 6896aabb6 ("wireless: T5540: fix VHT capability settings for 802.11ac"
changed how the VHT channel-sidth is configured in hostapd - but smoketests
did not get adjusted.
</content>
</entry>
<entry>
<title>wireless: T5540: use elif in Jinja2 template for VHT channel width</title>
<updated>2023-09-03T06:37:31+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-09-03T06:37:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=6ff0e8f6a024ee66fb30df537e48311285d71d9c'/>
<id>urn:sha1:6ff0e8f6a024ee66fb30df537e48311285d71d9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wireless: T5540: fix VHT capability settings for 802.11ac</title>
<updated>2023-09-02T17:26:20+00:00</updated>
<author>
<name>alainlamar</name>
<email>alainlamar@users.noreply.github.com</email>
</author>
<published>2023-09-02T17:26:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=6896aabb6406f511486e860ae5e2873435ace77b'/>
<id>urn:sha1:6896aabb6406f511486e860ae5e2873435ace77b</id>
<content type='text'>
</content>
</entry>
</feed>
