summaryrefslogtreecommitdiff
path: root/lib/link_state.h
diff options
context:
space:
mode:
authorMartin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>2025-02-21 08:54:49 +0100
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2025-02-24 18:57:32 +0000
commite933d37f4a87e2386a532e2a6ecc49d281a5575b (patch)
tree2803efc0d1709f8ff6ac77a24d34cdafd42a09a2 /lib/link_state.h
parentc3e264e27ac5b682c4647aeeaf4e61f09d5243f9 (diff)
pimd: Fix PIM VRF support (send register/register stop in VRF)
In 946195391406269003275850e1a4d550ea8db38b and 8ebcc02328c6b63ecf85e44fdfbf3365be27c127, transmission of PIM register and register stop messages was changed to use a separate socket. However, that socket is not bound to a possible VRF, so the messages were sent in the default VRF instead. Call vrf_bind() once after socket creation and when the VRF is ready to ensure transmission in the correct VRF. vrf_bind() handles the non-VRF case (i.e. VRF_DEFAULT) automatically, so it may be called unconditionally. Signed-off-by: Martin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org> (cherry picked from commit 5a01011e0d2db538a8ba523904bd4f08b786edfb)
Diffstat (limited to 'lib/link_state.h')
0 files changed, 0 insertions, 0 deletions