rtnetlink integrated. no more callouts to iproute2

This commit is contained in:
Grant Limberg 2018-06-04 12:24:12 -07:00
commit b22405b64b
7 changed files with 566 additions and 243 deletions

View file

@ -19,7 +19,7 @@ include objects.mk
ONE_OBJS+=osdep/LinuxEthernetTap.o
ONE_OBJS+=osdep/LinuxNetLink.o
NLTEST_OBJS+=osdep/LinuxNetLink.o
NLTEST_OBJS+=osdep/LinuxNetLink.o node/InetAddress.o node/Utils.o node/Salsa20.o
NLTEST_OBJS+=nltest.o
# Auto-detect miniupnpc and nat-pmp as well and use system libs if present,