Finish wiring up ipauth and macauth to Network filter.

This commit is contained in:
Adam Ierymenko 2017-02-23 12:34:17 -08:00
parent 10185e92fa
commit 72653e54f9
8 changed files with 94 additions and 46 deletions

View file

@ -1,6 +1,6 @@
{
"name": "zerotier-rule-compiler",
"version": "1.1.17-1",
"version": "1.1.17-2",
"description": "ZeroTier Rule Script Compiler",
"main": "cli.js",
"scripts": {

View file

@ -5,6 +5,8 @@ const CHARACTERISTIC_BITS = {
'inbound': 63,
'multicast': 62,
'broadcast': 61,
'ipauth': 60,
'macauth': 59,
'tcp_fin': 0,
'tcp_syn': 1,
'tcp_rst': 2,