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. --- testnet.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'testnet.cpp') diff --git a/testnet.cpp b/testnet.cpp index eeb59b90..5b175728 100644 --- a/testnet.cpp +++ b/testnet.cpp @@ -50,7 +50,6 @@ #include "testnet/SimNetSocketManager.hpp" #include "testnet/TestEthernetTap.hpp" #include "testnet/TestEthernetTapFactory.hpp" -#include "testnet/TestRoutingTable.hpp" #ifdef __WINDOWS__ #include @@ -67,9 +66,8 @@ public: SimNode(SimNet &net,const std::string &hp,const char *rootTopology,bool issn,const InetAddress &addr) : home(hp), tapFactory(), - routingTable(), socketManager(net.newEndpoint(addr)), - node(home.c_str(),&tapFactory,&routingTable,socketManager,false,rootTopology), + node(home.c_str(),&tapFactory,socketManager,false,rootTopology), reasonForTermination(Node::NODE_RUNNING), supernode(issn) { @@ -90,7 +88,6 @@ public: std::string home; TestEthernetTapFactory tapFactory; - TestRoutingTable routingTable; SimNetSocketManager *socketManager; Node node; Node::ReasonForTermination reasonForTermination; -- cgit v1.2.3