mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/zerotier: spoofmac is not supported here
PR: https://forum.opnsense.org/index.php?topic=42798.0
This commit is contained in:
@@ -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]];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user