aboutsummaryrefslogtreecommitdiff
path: root/net/pbr/Makefile
diff options
context:
space:
mode:
authorStan Grishin <stangri@melmac.ca>2023-05-11 23:06:20 +0000
committerStan Grishin <stangri@melmac.ca>2023-05-11 23:07:04 +0000
commit643e501c8d0209dbbc683447b4df0c4b2b9aed08 (patch)
tree8238aec26ab08c95cdc7d7dc8cba866f7aa91dde /net/pbr/Makefile
parent90fef036fe465262d5915489d45f430b313f22ab (diff)
pbr: bugfix: create IPv6 routes
* add missing space in str_contains * unquote variable to make sure IPv6 rotues are added * add IPv6 routes display to status output in nft mode Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'net/pbr/Makefile')
-rw-r--r--net/pbr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pbr/Makefile b/net/pbr/Makefile
index 0ab59a28e..744db6ab6 100644
--- a/net/pbr/Makefile
+++ b/net/pbr/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=pbr
PKG_VERSION:=1.1.1
-PKG_RELEASE:=5
+PKG_RELEASE:=7
PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>