From 643e501c8d0209dbbc683447b4df0c4b2b9aed08 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Thu, 11 May 2023 23:06:20 +0000 Subject: 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 --- net/pbr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/pbr/Makefile') 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 -- cgit v1.2.3