summaryrefslogtreecommitdiff
path: root/pimd/pim_hello.c
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-03-02 08:10:32 +0200
committerGitHub <noreply@github.com>2023-03-02 08:10:32 +0200
commit001ca23944578411da4f2742b64ea7d404fc7c10 (patch)
treeb915c306903eb9fcd82bd971c586787a33ae9376 /pimd/pim_hello.c
parent32701c48d85074a8bb08196be129b429952e7d7d (diff)
parentd77da853f0f055244f5442e37b690809ab951a5a (diff)
Merge pull request #12008 from patrasar/pimv6_bsm_process
pimd, pim6d: Fix RPF check
Diffstat (limited to 'pimd/pim_hello.c')
-rw-r--r--pimd/pim_hello.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_hello.c b/pimd/pim_hello.c
index 8d19247415..978607d147 100644
--- a/pimd/pim_hello.c
+++ b/pimd/pim_hello.c
@@ -277,7 +277,7 @@ int pim_hello_recv(struct interface *ifp, pim_addr src_addr, uint8_t *tlv_buf,
New neighbor?
*/
- neigh = pim_neighbor_find(ifp, src_addr);
+ neigh = pim_neighbor_find(ifp, src_addr, false);
if (!neigh) {
/* Add as new neighbor */