mirror of
https://github.com/openwrt/packages.git
synced 2025-12-25 11:30:15 +04:00
* 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 <stangri@melmac.ca>
(cherry picked from commit 47eca64cb8)
4 lines
53 B
Bash
4 lines
53 B
Bash
#!/bin/sh
|
|
|
|
/etc/init.d/"$1" version 2>&1 | grep "$2"
|