Split EthernetTap into subclasses, work in progress...
This commit is contained in:
parent
19c4d82512
commit
6c60305a96
6 changed files with 1425 additions and 119 deletions
|
@ -4,7 +4,6 @@ OBJS=\
|
|||
node/C25519.o \
|
||||
node/CertificateOfMembership.o \
|
||||
node/Defaults.o \
|
||||
node/EthernetTap.o \
|
||||
node/HttpClient.o \
|
||||
node/Identity.o \
|
||||
node/InetAddress.o \
|
||||
|
@ -30,4 +29,5 @@ OBJS=\
|
|||
node/TcpSocket.o \
|
||||
node/Topology.o \
|
||||
node/UdpSocket.o \
|
||||
node/UnixEthernetTap.o \
|
||||
node/Utils.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue