mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-19 21:03:57 -07:00
It basically works... at least on current controllers.
This commit is contained in:
parent
ccea3d04d6
commit
2cdda38dc4
7 changed files with 74 additions and 48 deletions
|
@ -169,6 +169,16 @@ extern "C" {
|
|||
*/
|
||||
#define ZT_RULE_PACKET_CHARACTERISTICS_INBOUND 0x8000000000000000ULL
|
||||
|
||||
/**
|
||||
* Packet characteristics flag: multicast or broadcast destination MAC
|
||||
*/
|
||||
#define ZT_RULE_PACKET_CHARACTERISTICS_MULTICAST 0x4000000000000000ULL
|
||||
|
||||
/**
|
||||
* Packet characteristics flag: broadcast destination MAC
|
||||
*/
|
||||
#define ZT_RULE_PACKET_CHARACTERISTICS_BROADCAST 0x2000000000000000ULL
|
||||
|
||||
/**
|
||||
* Packet characteristics flag: TCP left-most reserved bit
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue