summaryrefslogtreecommitdiff
path: root/node/Switch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Switch.cpp')
-rw-r--r--node/Switch.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/node/Switch.cpp b/node/Switch.cpp
index 6ffeced4..d1510e6c 100644
--- a/node/Switch.cpp
+++ b/node/Switch.cpp
@@ -389,11 +389,9 @@ void Switch::onLocalEthernet(void *tPtr,const SharedPtr<Network> &network,const
RR->mc->send(
tPtr,
- network->config().multicastLimit,
RR->node->now(),
- network->id(),
- network->config().disableCompression(),
- network->config().activeBridges(),
+ network,
+// network->config().activeBridges(),
multicastGroup,
(fromBridged) ? from : MAC(),
etherType,