Turns out that node/ likely has no business with or need for the system IP routing table. So shelve that code for now.

This commit is contained in:
Adam Ierymenko 2015-03-30 17:48:48 -07:00
commit 60158aa5dd
19 changed files with 9 additions and 31 deletions

View file

@ -6,8 +6,8 @@ DEFS=
LIBS=
include objects.mk
OBJS+=osnet/BSDEthernetTapFactory.o osnet/BSDEthernetTap.o osnet/BSDRoutingTable.o
TESTNET_OBJS=testnet/SimNet.o testnet/SimNetSocketManager.o testnet/TestEthernetTap.o testnet/TestEthernetTapFactory.o testnet/TestRoutingTable.o
OBJS+=osnet/BSDEthernetTapFactory.o osnet/BSDEthernetTap.o
TESTNET_OBJS=testnet/SimNet.o testnet/SimNetSocketManager.o testnet/TestEthernetTap.o testnet/TestEthernetTapFactory.o
# Enable SSE-optimized Salsa20 on x86 and x86_64 machines
MACHINE=$(shell uname -m)