diff --git a/node/Switch.cpp b/node/Switch.cpp index 18e17a605..f91bf5c9a 100644 --- a/node/Switch.cpp +++ b/node/Switch.cpp @@ -178,7 +178,7 @@ void Switch::onLocalEthernet(const SharedPtr &network,const MAC &from,c } */ - if ((true)||(fromBridged)||(includeCom)) { + if ((fromBridged)||(includeCom)) { Packet outp(toZT,RR->identity.address(),Packet::VERB_EXT_FRAME); outp.append(network->id()); if (includeCom) {