]> git.puffer.fish Git - mirror/frr.git/commit
pimd: consistently ignore prefix list mask len 12378/head
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 4 Nov 2022 15:55:55 +0000 (16:55 +0100)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Wed, 23 Nov 2022 18:15:12 +0000 (18:15 +0000)
commitf8766ccbf073303ef998a3355136a9f08420033b
tree3eb1bc9b1f05a925611fecf76ae42f2f95381d04
parent56a3ac3b5d96e507340cee29467ebf28e868d081
pimd: consistently ignore prefix list mask len

... the prefix length wasn't ignored as expected.  Both S and G are
always /32.  But expecting "le 32" in prefix-list config is unexpected &
counterintuitive.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit ab2f9e89b44642af568c3542e1f2b14378fb5ec2)
pimd/pim_ifchannel.c
pimd/pim_register.c
pimd/pim_ssm.c
pimd/pim_upstream.c
pimd/pim_util.c