From 60158aa5dd38c979ed823fc477ab84e8d9e7a43d Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 30 Mar 2015 17:48:48 -0700 Subject: Turns out that node/ likely has no business with or need for the system IP routing table. So shelve that code for now. --- node/Node.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'node/Node.cpp') 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; -- cgit v1.2.3