summaryrefslogtreecommitdiff
path: root/node/Switch.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-10-09 17:58:31 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-10-09 17:58:31 -0700
commit4941c8a1f393c50259ae2cc0f1e8b79068d44af3 (patch)
tree81860de8661732dd62bcc33169bf6db1b663c94d /node/Switch.cpp
parentd5e0f7e3e453482bf6e7d6d8cb76a68ecc26b287 (diff)
downloadinfinitytier-4941c8a1f393c50259ae2cc0f1e8b79068d44af3.tar.gz
infinitytier-4941c8a1f393c50259ae2cc0f1e8b79068d44af3.zip
New multicast bug fixes, TRACE improvements, and temporarily disable legacy multicast for debugging purposes.
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());