File tree Expand file tree Collapse file tree 4 files changed +73
-60
lines changed
applications/luci-app-pbr
htdocs/luci-static/resources/pbr Expand file tree Collapse file tree 4 files changed +73
-60
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ PKG_NAME:=luci-app-pbr
77PKG_LICENSE: =AGPL-3.0-or-later
88PKG_MAINTAINER: =Stan Grishin <stangri@melmac.ca>
99PKG_VERSION: =1.1.7
10- PKG_RELEASE: =10
10+ PKG_RELEASE: =15
1111
1212LUCI_TITLE: =Policy Based Routing Service Web UI
1313LUCI_URL: =https://github.com/stangri/luci-app-pbr/
Original file line number Diff line number Diff line change @@ -302,7 +302,6 @@ var status = baseclass.extend({
302302 errorConfigValidation : _ ( "Config (%s) validation failure" ) . format (
303303 "/etc/config/" + pkg . Name
304304 ) ,
305- errorNoIpFull : _ ( "%s binary cannot be found" ) . format ( "ip-full" ) ,
306305 errorNoIptables : _ ( "%s binary cannot be found" ) . format ( "iptables" ) ,
307306 errorNoIpset : _ (
308307 "Resolver set support (%s) requires ipset, but ipset binary cannot be found"
@@ -396,6 +395,9 @@ var status = baseclass.extend({
396395 errorIncompatibleUserFile : _ (
397396 "Incompatible custom user file detected '%s'"
398397 ) ,
398+ errorDefaultFw4TableMissing : _ ( "Default fw4 table '%s' is missing" ) ,
399+ errorDefaultFw4ChainMissing : _ ( "Default fw4 chain '%s' is missing" ) ,
400+ errorRequiredBinaryMissing : _ ( "Required binary '%s' is missing" ) ,
399401 } ;
400402 var errorsTitle = E (
401403 "label" ,
You can’t perform that action at this time.
0 commit comments