From 47eca64cb82a5459668fc14df9422e365c8343b6 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Mon, 31 Oct 2022 23:08:01 +0000 Subject: pbr: initial commit * The makefile produces the nft and iptables capable `pbr` package and the `pbr-iptables` package for legacy setups * This replaces `vpnbypass` and `vpn-policy-routing` packages * I'm soliciting feedback on this package and my intention is to update the version to 1.0.0 before this is merged, but I need the feedback on this and luci-app-pbr before then. Signed-off-by: Stan Grishin --- net/pbr/test.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 net/pbr/test.sh (limited to 'net/pbr/test.sh') diff --git a/net/pbr/test.sh b/net/pbr/test.sh new file mode 100644 index 000000000..45469ed96 --- /dev/null +++ b/net/pbr/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +/etc/init.d/"$1" version 2>&1 | grep "$2" -- cgit v1.2.3