mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-15 11:36:54 +02:00
Add wake on LAN (wol) to rules language ethertype shorthand.
This commit is contained in:
parent
0b909997b8
commit
b6f87565a9
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ const CHARACTERISTIC_BITS = {
|
|||
const ETHERTYPES = {
|
||||
'ipv4': 0x0800,
|
||||
'arp': 0x0806,
|
||||
'wol': 0x0842,
|
||||
'rarp': 0x8035,
|
||||
'ipv6': 0x86dd,
|
||||
'atalk': 0x809b,
|
||||
|
|
Loading…
Add table
Reference in a new issue