mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-29 09:58:59 -04:00
net/arp-scan: why do we have this error for months if this is unused? -.- #445
To be honest, we don't even need the persistent data model.
This commit is contained in:
parent
3c122109de
commit
7f253c7fdc
2 changed files with 0 additions and 6 deletions
|
|
@ -1 +0,0 @@
|
|||
ARPscanner.conf:/usr/local/etc/ARPscanner/ARPscanner.conf
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{% if helpers.exists('OPNsense.arpscanner.general') %}
|
||||
[general]
|
||||
Interface={{ OPNsense.arpscanner.general.Interface|default("") }}
|
||||
Networks={{ OPNsense.arpscanner.general.Networks|default('192.168.1.0/24,172.16.45.0/25') }}
|
||||
{% endif %}
|
||||
Loading…
Reference in a new issue