mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/firewall: Make interface optional (like floating) (#3512)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
PLUGIN_NAME= firewall
|
||||
PLUGIN_VERSION= 1.2
|
||||
PLUGIN_VERSION= 1.3
|
||||
PLUGIN_COMMENT= Firewall API supplemental package
|
||||
PLUGIN_MAINTAINER= ad@opnsense.org
|
||||
PLUGIN_TIER= 2
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<model>
|
||||
<mount>//OPNsense/Firewall/Filter</mount>
|
||||
<version>1.0.1</version>
|
||||
<version>1.0.2</version>
|
||||
<migration_prefix>MFP</migration_prefix>
|
||||
<description>
|
||||
OPNsense firewall filter rules
|
||||
@@ -33,7 +33,7 @@
|
||||
<Required>Y</Required>
|
||||
</quick>
|
||||
<interface type="InterfaceField">
|
||||
<Required>Y</Required>
|
||||
<Required>N</Required>
|
||||
<multiple>Y</multiple>
|
||||
<default>lan</default>
|
||||
<AllowDynamic>Y</AllowDynamic>
|
||||
|
||||
Reference in New Issue
Block a user