aboutsummaryrefslogtreecommitdiffstats
path: root/src/VppEndPointGroupManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VppEndPointGroupManager.cpp')
-rw-r--r--src/VppEndPointGroupManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VppEndPointGroupManager.cpp b/src/VppEndPointGroupManager.cpp
index 38c3e27..7aa1826 100644
--- a/src/VppEndPointGroupManager.cpp
+++ b/src/VppEndPointGroupManager.cpp
@@ -195,7 +195,7 @@ EndPointGroupManager::mk_mcast_tunnel(Runtime &r,
igmp_binding igmp_b(*r.uplink.local_interface());
OM::write(key, igmp_b);
- igmp_listen igmp_l(igmp_b, dst.to_v4());
+ igmp_listen igmp_l(igmp_b, dst.to_v4(), {r.uplink.local_address().to_v4()});
OM::write(key, igmp_l);
return (vt.singular());