diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-03-30 17:48:48 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-03-30 17:48:48 -0700 |
| commit | 60158aa5dd38c979ed823fc477ab84e8d9e7a43d (patch) | |
| tree | 8cdc7091547c8173fdc270ed3d56853ddc5e6da4 /node/Node.cpp | |
| parent | 3c1a59fa2493c6ab2758934fe1062d82975de158 (diff) | |
| download | infinitytier-60158aa5dd38c979ed823fc477ab84e8d9e7a43d.tar.gz infinitytier-60158aa5dd38c979ed823fc477ab84e8d9e7a43d.zip | |
Turns out that node/ likely has no business with or need for the system IP routing table. So shelve that code for now.
Diffstat (limited to 'node/Node.cpp')
| -rw-r--r-- | node/Node.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/node/Node.cpp b/node/Node.cpp index d013444a..71c2d3fa 100644 --- a/node/Node.cpp +++ b/node/Node.cpp @@ -74,7 +74,6 @@ #include "SoftwareUpdater.hpp" #include "Buffer.hpp" #include "AntiRecursion.hpp" -#include "RoutingTable.hpp" #include "HttpClient.hpp" #include "NetworkConfigMaster.hpp" @@ -126,7 +125,6 @@ struct _NodeImpl Node::Node( const char *hp, EthernetTapFactory *tf, - RoutingTable *rt, SocketManager *sm, NetworkConfigMaster *nm, bool resetIdentity, @@ -140,7 +138,6 @@ Node::Node( else impl->renv.homePath = ZT_DEFAULTS.defaultHomePath; impl->renv.tapFactory = tf; - impl->renv.routingTable = rt; impl->renv.sm = sm; impl->renv.netconfMaster = nm; |
