]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: implement IGMP group/source count limit
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 24 Aug 2021 16:21:59 +0000 (18:21 +0200)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Mon, 10 Feb 2025 18:40:07 +0000 (15:40 -0300)
commitf07d379b74e06f0602f3779e78038dc708aa7345
tree80b01573958993e1bda24b32184a3dcb085f303d
parentbaf4c1a78fe4cafdbb2cdbed030a31ea04a18c4a
pimd: implement IGMP group/source count limit

For groups we can just look at the length of the list, for sources we
need to count them on a per-interface level.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
pimd/pim_cmd.c
pimd/pim_iface.h
pimd/pim_igmp.c
pimd/pim_igmpv3.c
pimd/pim_nb.c
pimd/pim_nb.h
pimd/pim_nb_config.c
pimd/pim_vty.c
yang/frr-gmp.yang