diff options
author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2019-05-28 17:26:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-28 17:26:28 +0200 |
commit | bda0241599246636bebde6143f20ccdec5290570 (patch) | |
tree | e67f265032fd4fa91e2cfe00d00c233743c7dc31 /pimd/pim_vxlan.c | |
parent | Merge pull request #4322 from sworleys/Nexthop-Cmp (diff) | |
parent | pimd: Enable BSM processing on all interfaces by default (diff) | |
download | frr-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.c | 2 |
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; |