luci-app-vpn-policy-routing: support phys-dev policies
Signed-off-by: Stan Grishin <stangri@melmac.net>
This commit is contained in:
parent
5e8ca2ac12
commit
16699b971b
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ LUCI_TITLE:=VPN Policy-Based Routing Service Web UI
|
|||
LUCI_DESCRIPTION:=Provides Web UI for vpn-policy-routing service.
|
||||
LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +vpn-policy-routing
|
||||
LUCI_PKGARCH:=all
|
||||
PKG_RELEASE:=72
|
||||
PKG_RELEASE:=73
|
||||
|
||||
include ../../luci.mk
|
||||
|
||||
|
|
|
@ -282,7 +282,7 @@ if laPlaceholder then
|
|||
la.placeholder = laPlaceholder
|
||||
end
|
||||
la.rmempty = true
|
||||
la.datatype = 'list(neg(or(host,network,macaddr)))'
|
||||
la.datatype = 'list(neg(or(host,network,macaddr,string)))'
|
||||
|
||||
lp = p:option(Value, "src_port", translate("Local ports"))
|
||||
lp.datatype = 'list(neg(or(portrange, string)))'
|
||||
|
|
Loading…
Reference in a new issue