* fixes https://github.com/openwrt/packages/issues/24999
Signed-off-by: Stan Grishin <redacted>
PKG_NAME:=pbr
PKG_VERSION:=1.1.7
-PKG_RELEASE:=10
+PKG_RELEASE:=11
PKG_LICENSE:=AGPL-3.0-or-later
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca>
try ip -4 route add $i table "$tid" >/dev/null 2>&1 || ipv4_error=1
fi
done << EOF
- $(ip -4 route list table main)
+ $(ip -4 route list table main proto static)
EOF
try ip -4 rule add fwmark "${mark}/${fw_mask}" table "$tid" priority "$priority" || ipv4_error=1
try nft add chain inet "$nftTable" "${nftPrefix}_mark_${mark}" || ipv4_error=1