summaryrefslogtreecommitdiff
path: root/node/Network.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-14 10:09:26 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-14 10:09:26 -0700
commit4446dbde5edfd8f7ec9730886e5d577259d73de2 (patch)
treeae81ef0ee687e59c3fc2c9cacd5b77b31d95254b /node/Network.hpp
parent769351b30ff270872fb8889cd2e90f408730f0b4 (diff)
downloadinfinitytier-4446dbde5edfd8f7ec9730886e5d577259d73de2.tar.gz
infinitytier-4446dbde5edfd8f7ec9730886e5d577259d73de2.zip
Big refactor in service code to prep for plumbing through route management.
Diffstat (limited to 'node/Network.hpp')
-rw-r--r--node/Network.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/node/Network.hpp b/node/Network.hpp
index 9d280fbf..f316e050 100644
--- a/node/Network.hpp
+++ b/node/Network.hpp
@@ -281,16 +281,6 @@ public:
void learnBridgedMulticastGroup(const MulticastGroup &mg,uint64_t now);
/**
- * @return True if traffic on this network's tap is enabled
- */
- inline bool enabled() const throw() { return _enabled; }
-
- /**
- * @param enabled Should traffic be allowed on this network?
- */
- void setEnabled(bool enabled);
-
- /**
* Destroy this network
*
* This causes the network to disable itself, destroy its tap device, and on
@@ -323,7 +313,6 @@ private:
void *_uPtr;
uint64_t _id;
MAC _mac; // local MAC address
- volatile bool _enabled;
volatile bool _portInitialized;
std::vector< MulticastGroup > _myMulticastGroups; // multicast groups that we belong to (according to tap)