net/arp-scan: finally fix #445, bump version after changes

This commit is contained in:
Franco Fichtner
2018-01-24 10:55:57 +01:00
parent 8d7657b9fd
commit 3c122109de
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= arp-scan
PLUGIN_VERSION= 1.0
PLUGIN_VERSION= 1.1
PLUGIN_COMMENT= Get all peers connected to a local network
PLUGIN_MAINTAINER= giuseppe.demarco@unical.it
PLUGIN_DEPENDS= arp-scan
@@ -1,3 +1,5 @@
{% 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 %}