8000 pimd, pim6d: route-map filtering for source/group by rzalamena · Pull Request #18955 · FRRouting/frr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pimd, pim6d: route-map filtering for source/group #18955

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

rzalamena
Copy link
Member
@rzalamena rzalamena commented Jun 4, 2025

Implement route-map support for PIM / PIMv6 to allow users to filter IGMP / MLD joins using source / group / interface combinations.

@rzalamena rzalamena force-pushed the pim-rmap branch 2 times, most recently from cb14c3c to 6cfd913 Compare June 13, 2025 16:26
@frrbot frrbot bot added the tests Topotests, make check, etc label Jun 13, 2025
@rzalamena rzalamena force-pushed the pim-rmap branch 7 times, most recently from c1bf973 to 9fed961 Compare June 17, 2025 19:03
Change the `struct in_addr` field to a `struct ipaddr` so we can also
support prefix_sg with IPv6 groups.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
New YANG model for PIM route map support: support filtering on multicast
group, multicast source or multicast interface.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Add the code needed to display the route map new leaves.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Allow the PIM6d daemon to receive commands that manipulate route-map
and prefix list.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Code to implement the commands and route maps callbacks.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
New interface configuration to filter IGMP joins based on source / group.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
New interface configuration to filter MLD joins based on source / group.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
@frrbot frrbot bot added the documentation label Jun 17, 2025
@rzalamena rzalamena marked this pull request as ready for review June 17, 2025 20:20
Implement tests for the new multicast route-map filtering.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0