]> git.proxmox.com Git - mirror_frr.git/commit
pimd: add support for boundaries
authorQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 1 Sep 2017 18:33:00 +0000 (14:33 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 26 Sep 2017 17:00:52 +0000 (13:00 -0400)
commitb0f525a84c16807ccb3897d037d5052ba342df0f
tree16bcf93c4bfc02009442fcf54113a404c9731094
parent5c4dc90307b3718ea5f9ed093b994d0c586d370a
pimd: add support for boundaries

Adds the ability to filter PIM Joins & IGMP reports on an interface.
Enabling a multicast boundary on an interface for a particular group
will prevent the interface from appearing in the group's OIL.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
pimd/pim_cmd.c
pimd/pim_iface.c
pimd/pim_iface.h
pimd/pim_igmp.c
pimd/pim_igmpv3.c
pimd/pim_join.c
pimd/pim_util.c
pimd/pim_util.h
pimd/pim_vty.c