소스 검색

Add wake on LAN (wol) to rules language ethertype shorthand.

Adam Ierymenko 8 년 전
부모
커밋
b6f87565a9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rule-compiler/rule-compiler.js

+ 1 - 0
rule-compiler/rule-compiler.js

@@ -25,6 +25,7 @@ const CHARACTERISTIC_BITS = {
 const ETHERTYPES = {
 	'ipv4': 0x0800,
 	'arp': 0x0806,
+	'wol': 0x0842,
 	'rarp': 0x8035,
 	'ipv6': 0x86dd,
 	'atalk': 0x809b,