net/wol: fix ACL matching

This commit is contained in:
Franco Fichtner
2018-07-30 23:10:26 +02:00
parent 5766f000ed
commit 21cbe4479d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= wol
PLUGIN_VERSION= 2.0.d
PLUGIN_REVISION= 2
PLUGIN_REVISION= 3
PLUGIN_DEPENDS= wol
PLUGIN_COMMENT= Wake on LAN Service
PLUGIN_MAINTAINER= franco@opnsense.org
@@ -2,8 +2,8 @@
<page-services-wakeonlan>
<name>Services: Wake on LAN</name>
<patterns>
<pattern>ui/wol*</pattern>
<pattern>api/wol*</pattern>
<pattern>ui/wol/*</pattern>
<pattern>api/wol/*</pattern>
</patterns>
</page-services-wakeonlan>
</acl>