ipauth characteristic now works with ARP
This commit is contained in:
parent
dd92f1d03d
commit
4436824faf
3 changed files with 3 additions and 2 deletions
|
@ -88,7 +88,7 @@ void OutboundMulticast::init(
|
|||
void OutboundMulticast::sendOnly(const RuntimeEnvironment *RR,const Address &toAddr)
|
||||
{
|
||||
const SharedPtr<Network> nw(RR->node->network(_nwid));
|
||||
Address toAddr2(toAddr);
|
||||
const Address toAddr2(toAddr);
|
||||
if ((nw)&&(nw->filterOutgoingPacket(true,RR->identity.address(),toAddr2,_macSrc,_macDest,_frameData,_frameLen,_etherType,0))) {
|
||||
//TRACE(">>MC %.16llx -> %s",(unsigned long long)this,toAddr.toString().c_str());
|
||||
_packet.newInitializationVector();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue