New multicast bug fixes, TRACE improvements, and temporarily disable legacy multicast for debugging purposes.

This commit is contained in:
Adam Ierymenko 2014-10-09 17:58:31 -07:00
parent d5e0f7e3e4
commit 4941c8a1f3
7 changed files with 60 additions and 27 deletions

View file

@ -157,7 +157,7 @@ void Switch::onLocalEthernet(const SharedPtr<Network> &network,const MAC &from,c
network->id(),
nconf->activeBridges(),
mg,
from,
(fromBridged) ? from : MAC(),
etherType,
data.data(),
data.size());