mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-12-25 11:21:10 -08:00
More work on tags and capabilities.
This commit is contained in:
parent
7e6e56e2bc
commit
f057bb63cd
12 changed files with 397 additions and 54 deletions
|
|
@ -1,5 +1,6 @@
|
|||
OBJS=\
|
||||
node/C25519.o \
|
||||
node/Capability.o \
|
||||
node/CertificateOfMembership.o \
|
||||
node/Cluster.o \
|
||||
node/DeferredPackets.o \
|
||||
|
|
@ -7,6 +8,7 @@ OBJS=\
|
|||
node/Identity.o \
|
||||
node/IncomingPacket.o \
|
||||
node/InetAddress.o \
|
||||
node/Membership.o \
|
||||
node/Multicaster.o \
|
||||
node/Network.o \
|
||||
node/NetworkConfig.o \
|
||||
|
|
@ -20,6 +22,7 @@ OBJS=\
|
|||
node/SelfAwareness.o \
|
||||
node/SHA512.o \
|
||||
node/Switch.o \
|
||||
node/Tag.o \
|
||||
node/Topology.o \
|
||||
node/Utils.o \
|
||||
osdep/BackgroundResolver.o \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue