From be0a8ec1f1976e6fbf40ea338bb2b193f0131e9b Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sat, 21 Jun 2014 12:16:25 -0400 Subject: [PATCH] . --- node/PacketDecoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/PacketDecoder.cpp b/node/PacketDecoder.cpp index 2bdfa3fd5..ab0321fbb 100644 --- a/node/PacketDecoder.cpp +++ b/node/PacketDecoder.cpp @@ -493,7 +493,7 @@ bool PacketDecoder::_doEXT_FRAME(const RuntimeEnvironment *_r,const SharedPtrtapPut(from,to,etherType,data() + ZT_PROTO_VERB_FRAME_IDX_PAYLOAD,size() - ZT_PROTO_VERB_FRAME_IDX_PAYLOAD); + network->tapPut(from,to,etherType,data() + ZT_PROTO_VERB_EXT_FRAME_IDX_PAYLOAD,size() - ZT_PROTO_VERB_EXT_FRAME_IDX_PAYLOAD); /* Source moves "closer" to us in multicast propagation priority when * we receive unicast frames from it. This is called "implicit social