]> git.puffer.fish Git - mirror/frr.git/commit
pimd: allow sending packets without pinned iface
authorDavid Lamparter <equinox@opensourcerouting.org>
Sat, 9 Jul 2022 16:47:43 +0000 (18:47 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Thu, 20 Jun 2024 11:10:51 +0000 (13:10 +0200)
commitcca9bc193edfebbd93fbdd76bd4c3b8310f007d6
tree835bbe2b84861f1eaae15baf268033ed5540ac2d
parent18b82f64c9538b6fd3b9f61c86dfff8cbdc8c6b6
pimd: allow sending packets without pinned iface

The upcoming Candidate-RP code needs to send PIM packets that go through
normal unicast routing, without forcing a specific output interface.
Allow passing in NULL ifp to do that.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
pimd/pim_pim.c