summaryrefslogtreecommitdiffstats
path: root/pimd/pim_vxlan.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <Jafaral@users.noreply.github.com>2019-05-28 17:26:28 +0200
committerGitHub <noreply@github.com>2019-05-28 17:26:28 +0200
commitbda0241599246636bebde6143f20ccdec5290570 (patch)
treee67f265032fd4fa91e2cfe00d00c233743c7dc31 /pimd/pim_vxlan.c
parentMerge pull request #4322 from sworleys/Nexthop-Cmp (diff)
parentpimd: Enable BSM processing on all interfaces by default (diff)
downloadfrr-bda0241599246636bebde6143f20ccdec5290570.tar.xz
frr-bda0241599246636bebde6143f20ccdec5290570.zip
Merge pull request #4239 from sarav511/rp
pimd: PIM Bootstrap Message Processing
Diffstat (limited to 'pimd/pim_vxlan.c')
-rw-r--r--pimd/pim_vxlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_vxlan.c b/pimd/pim_vxlan.c
index 1c6b56568..09669e206 100644
--- a/pimd/pim_vxlan.c
+++ b/pimd/pim_vxlan.c
@@ -344,7 +344,7 @@ static void pim_vxlan_orig_mr_up_add(struct pim_vxlan_sg *vxlan_sg)
nht_p.prefixlen = IPV4_MAX_BITLEN;
nht_p.u.prefix4 = up->upstream_addr;
pim_delete_tracked_nexthop(vxlan_sg->pim,
- &nht_p, up, NULL);
+ &nht_p, up, NULL, false);
}
pim_upstream_ref(up, flags, __PRETTY_FUNCTION__);
vxlan_sg->up = up;