mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 00:42:34 -04:00
net/wireguard - startup missing import (bug)
This commit is contained in:
parent
ea20568272
commit
186ec0713f
2 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
PLUGIN_NAME= wireguard
|
||||
PLUGIN_VERSION= 2.4
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= WireGuard VPN service kernel implementation
|
||||
PLUGIN_DEPENDS= wireguard-kmod
|
||||
PLUGIN_CONFLICTS= wireguard-go
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ require_once('script/load_phalcon.php');
|
|||
require_once('util.inc');
|
||||
require_once('config.inc');
|
||||
require_once('interfaces.inc');
|
||||
require_once('system.inc');
|
||||
|
||||
/**
|
||||
* collect carp status per vhid
|
||||
|
|
|
|||
Loading…
Reference in a new issue