mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Do the same modifications to the NDIS 6 code base as were done to the old 5 driver: disable all the 'tun' functionality, and add the IOCTL for querying the multicast list at Ethernet (L2) level.
This commit is contained in:
parent
1ebe2ad920
commit
d4c06e924d
12 changed files with 81 additions and 901 deletions
|
@ -42,10 +42,8 @@
|
|||
#include "proto.h"
|
||||
#include "mem.h"
|
||||
#include "macinfo.h"
|
||||
#include "dhcp.h"
|
||||
#include "error.h"
|
||||
#include "endian.h"
|
||||
#include "dhcp.h"
|
||||
#include "types.h"
|
||||
#include "adapter.h"
|
||||
#include "device.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue