|
@@ -535,7 +535,7 @@ bool PacketDecoder::_doMULTICAST_FRAME(const RuntimeEnvironment *_r,const Shared
|
|
_r->identity.address().toString().c_str());
|
|
_r->identity.address().toString().c_str());
|
|
_r->demarc->send(Demarc::ANY_PORT,ZT_DEFAULTS.multicastTraceWatcher,mct,strlen(mct),-1);
|
|
_r->demarc->send(Demarc::ANY_PORT,ZT_DEFAULTS.multicastTraceWatcher,mct,strlen(mct),-1);
|
|
#endif
|
|
#endif
|
|
- TRACE("dropped MULTICAST_FRAME from %s(%s) into %.16llx: source mac %s doesn't belong to %s, and bridging is not supported on network",source().toString().c_str(),nwid,_remoteAddress.toString().c_str(),sourceMac.toString().c_str(),origin.toString().c_str());
|
|
|
|
|
|
+ TRACE("dropped MULTICAST_FRAME from %s(%s) into %.16llx: source mac %s doesn't belong to %s, and bridging is not supported on network",source().toString().c_str(),_remoteAddress.toString().c_str(),nwid,sourceMac.toString().c_str(),origin.toString().c_str());
|
|
return true;
|
|
return true;
|
|
} else if (!nconf->permitsEtherType(etherType)) {
|
|
} else if (!nconf->permitsEtherType(etherType)) {
|
|
// Ditto for this-- halt propagation if this is for an ethertype
|
|
// Ditto for this-- halt propagation if this is for an ethertype
|