summaryrefslogtreecommitdiff
path: root/node/OutboundMulticast.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-02-27 17:51:58 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-02-27 17:51:58 -0800
commit4436824faf726014bf3aa47f6c8d2748ca793ba2 (patch)
treebe11336f4532117aa2f7d2d167a294fc838740ac /node/OutboundMulticast.cpp
parentdd92f1d03d85d16fe727780ca56bdaa21c128771 (diff)
downloadinfinitytier-4436824faf726014bf3aa47f6c8d2748ca793ba2.tar.gz
infinitytier-4436824faf726014bf3aa47f6c8d2748ca793ba2.zip
ipauth characteristic now works with ARP
Diffstat (limited to 'node/OutboundMulticast.cpp')
-rw-r--r--node/OutboundMulticast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/OutboundMulticast.cpp b/node/OutboundMulticast.cpp
index 2f6bf986..36dc41f4 100644
--- a/node/OutboundMulticast.cpp
+++ b/node/OutboundMulticast.cpp
@@ -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();