Skip to content

Commit

Permalink
Merge pull request openwrt#7295 from stangri/master-luci-app-pbr
Browse files Browse the repository at this point in the history
luci-app-pbr: update to 1.1.7-15
  • Loading branch information
stangri authored Sep 28, 2024
2 parents 63d8b79 + eb4ef84 commit e6ef0fe
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 60 deletions.
2 changes: 1 addition & 1 deletion applications/luci-app-pbr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PKG_NAME:=luci-app-pbr
PKG_LICENSE:=AGPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
PKG_VERSION:=1.1.7
PKG_RELEASE:=10
PKG_RELEASE:=15

LUCI_TITLE:=Policy Based Routing Service Web UI
LUCI_URL:=https://github.com/stangri/luci-app-pbr/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ var status = baseclass.extend({
errorConfigValidation: _("Config (%s) validation failure").format(
"/etc/config/" + pkg.Name
),
errorNoIpFull: _("%s binary cannot be found").format("ip-full"),
errorNoIptables: _("%s binary cannot be found").format("iptables"),
errorNoIpset: _(
"Resolver set support (%s) requires ipset, but ipset binary cannot be found"
Expand Down Expand Up @@ -396,6 +395,9 @@ var status = baseclass.extend({
errorIncompatibleUserFile: _(
"Incompatible custom user file detected '%s'"
),
errorDefaultFw4TableMissing: _("Default fw4 table '%s' is missing"),
errorDefaultFw4ChainMissing: _("Default fw4 chain '%s' is missing"),
errorRequiredBinaryMissing: _("Required binary '%s' is missing"),
};
var errorsTitle = E(
"label",
Expand Down
Loading

0 comments on commit e6ef0fe

Please sign in to comment.