summaryrefslogtreecommitdiff
path: root/node/Switch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/Switch.cpp')
-rw-r--r--node/Switch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Switch.cpp b/node/Switch.cpp
index 1eb13501..4819bd56 100644
--- a/node/Switch.cpp
+++ b/node/Switch.cpp
@@ -157,7 +157,7 @@ void Switch::onLocalEthernet(const SharedPtr<Network> &network,const MAC &from,c
network->id(),
nconf->activeBridges(),
mg,
- from,
+ (fromBridged) ? from : MAC(),
etherType,
data.data(),
data.size());