Skip to content

Commit e6ef0fe

Browse files
authored
Merge pull request openwrt#7295 from stangri/master-luci-app-pbr
luci-app-pbr: update to 1.1.7-15
2 parents 63d8b79 + eb4ef84 commit e6ef0fe

File tree

4 files changed

+73
-60
lines changed

4 files changed

+73
-60
lines changed

applications/luci-app-pbr/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PKG_NAME:=luci-app-pbr
77
PKG_LICENSE:=AGPL-3.0-or-later
88
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
99
PKG_VERSION:=1.1.7
10-
PKG_RELEASE:=10
10+
PKG_RELEASE:=15
1111

1212
LUCI_TITLE:=Policy Based Routing Service Web UI
1313
LUCI_URL:=https://github.com/stangri/luci-app-pbr/

applications/luci-app-pbr/htdocs/luci-static/resources/pbr/status.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)