<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data, 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-03T11:27:54+00:00</updated>
<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: 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>
<entry>
<title>firewall: T5080: Disable conntrack unless required by rules</title>
<updated>2023-08-26T21:20:22+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2023-08-26T21:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=6b5d3568b88fad9cda694c0cd8b82c1f16773b15'/>
<id>urn:sha1:6b5d3568b88fad9cda694c0cd8b82c1f16773b15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>firewall: T5160: Remove unused zone template</title>
<updated>2023-08-25T14:51:49+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2023-08-25T11:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=2509a1ab84cdb6d9389b547f93b0904cf329e78a'/>
<id>urn:sha1:2509a1ab84cdb6d9389b547f93b0904cf329e78a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>interface: T3509: Add per-interface IPv6 source validation</title>
<updated>2023-08-25T14:51:49+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2023-08-25T11:54:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b6f742716da5f89c7f3f3501220e0f3ae1df45d8'/>
<id>urn:sha1:b6f742716da5f89c7f3f3501220e0f3ae1df45d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>firewall: T3509: Add support for IPv6 return path filtering</title>
<updated>2023-08-25T13:53:30+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2022-09-29T11:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=d62f8ed1e3608d82e3e4fb7566817839023aa39c'/>
<id>urn:sha1:d62f8ed1e3608d82e3e4fb7566817839023aa39c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2159 from c-po/t5491-wifi</title>
<updated>2023-08-23T18:20:23+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-08-23T18:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=db67bc204e77fb2dd7d4a76672c63bc9bbfc07e1'/>
<id>urn:sha1:db67bc204e77fb2dd7d4a76672c63bc9bbfc07e1</id>
<content type='text'>
wifi: T5491: allow white-/blacklisting station MAC addresses for security</content>
</entry>
<entry>
<title>T5448: Add configuration host-name for zabbix-agent</title>
<updated>2023-08-23T09:42:04+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-08-23T09:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=661fa646915907c0f909b8e79c51fbb2f455007b'/>
<id>urn:sha1:661fa646915907c0f909b8e79c51fbb2f455007b</id>
<content type='text'>
Ability to configure host-name for zabbix-agent

set service monitoring zabbix-agent host-name 'r-vyos'
</content>
</entry>
</feed>
