net/zerotier: spoofmac is not supported here

PR: https://forum.opnsense.org/index.php?topic=42798.0
This commit is contained in:
Franco Fichtner
2024-09-14 13:16:04 +02:00
parent ea150f2e90
commit 4f9e030899
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
PLUGIN_NAME= zerotier
PLUGIN_VERSION= 1.3.2
PLUGIN_REVISION= 4
PLUGIN_REVISION= 5
PLUGIN_COMMENT= Virtual Networks That Just Work
PLUGIN_DEPENDS= zerotier
PLUGIN_MAINTAINER= dharrigan@gmail.com
@@ -62,5 +62,5 @@ function zerotier_services()
function zerotier_devices()
{
return [['pattern' => '^zt', 'volatile' => true]];
return [['pattern' => '^zt', 'spoofmac' => false, 'volatile' => true]];
}