mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
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 <stangri@melmac.ca>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
jump pbr_forward comment "Jump into pbr forward chain";
|
||||
@@ -0,0 +1 @@
|
||||
jump pbr_input comment "Jump into pbr input chain";
|
||||
@@ -0,0 +1 @@
|
||||
jump pbr_output comment "Jump into pbr output chain";
|
||||
@@ -0,0 +1 @@
|
||||
jump pbr_postrouting comment "Jump into pbr postrouting chain";
|
||||
@@ -0,0 +1 @@
|
||||
jump pbr_prerouting comment "Jump into pbr prerouting chain";
|
||||
Reference in New Issue
Block a user