Clean up some multicast code.
This commit is contained in:
parent
e74cd4b4ef
commit
f03fd57997
5 changed files with 79 additions and 44 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue