<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/frr/pim6d.frr.j2, branch feature/T9082-codeql-cpp</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=feature%2FT9082-codeql-cpp</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=feature%2FT9082-codeql-cpp'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-12-16T21:21:36+00:00</updated>
<entry>
<title>pim6: T6747: adjust template to new "router pim6" FRR CLI</title>
<updated>2024-12-16T21:21:36+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-12-08T07:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=655ecf7715688de3463c258ea5a635dcf00c7150'/>
<id>urn:sha1:655ecf7715688de3463c258ea5a635dcf00c7150</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pim6: T5733: add missing FRR PIM6 related features</title>
<updated>2023-11-13T21:23:09+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-11-13T21:19:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=403d2ffd6e46cb082b1d16ddf515e1784bee968c'/>
<id>urn:sha1:403d2ffd6e46cb082b1d16ddf515e1784bee968c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5518: Add basic MLD support</title>
<updated>2023-09-08T09:02:37+00:00</updated>
<author>
<name>Yuxiang Zhu</name>
<email>vfreex@gmail.com</email>
</author>
<published>2023-08-27T22:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=99ed6c9edd07c9cedfb6d2654c6dee723a60c099'/>
<id>urn:sha1:99ed6c9edd07c9cedfb6d2654c6dee723a60c099</id>
<content type='text'>
Currently VyOS has `protocol igmp` option to enable IGMP querier and reports through FRR's pimd.

I would like to add support for IPv6 as well since FRR's IPv6 multicast functionality has significantly improved.

Enabling both MLD and IGMP on a VyOS router will allow us to turn on multicast snooping on layer-3 switches in dual-stack networks.

Example commands:

```
// Enable on interface eth0
set protocols pim6 interface eth0

// Explicitly join multicast group ff18::1234 on interface eth1
set protocols pim6 interface eth1 mld join ff18::1234

// Explicitly join source-specific multicast group ff38::5678 with source address 2001:db8::1 on interface eth1
set protocols pim6 interface eth1 mld join ff38::5678 source 2001:db8::1
```
</content>
</entry>
</feed>
