aboutsummaryrefslogtreecommitdiff
path: root/net/pbr
Commit message (Collapse)AuthorAge
* pbr: bugfix: fix is_domain()Stan Grishin2023-01-22
| | | | | | * fixes https://github.com/openwrt/packages/issues/20352 Signed-off-by: Stan Grishin <stangri@melmac.ca>
* pbr: update to 1.0.1-14Stan Grishin2023-01-17
| | | | | | | | * improve install/uninstall messages * fix ips add command * add boot() to init file Signed-off-by: Stan Grishin <stangri@melmac.ca>
* pbr: update to 1.0.1-10Stan Grishin2023-01-16
| | | | | | | | | | | | | | | Bugfixes: * better error information for empty tid/mark and failure to resolve domains * better handling of entries in /etc/iproute2/rt_tables * update packages definitions and descriptions * remove firewall4 from dependencies to prevent dependency recursion Updates: * introduce nft_user_set_policy and nft_user_set_counter to control options for user nft sets this service creares * use counters in internal nft sets Signed-off-by: Stan Grishin <stangri@melmac.ca>
* pbr: add provides: pbr to variantsStan Grishin2022-12-23
| | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* pbr: bugfix: Makefile, rt_tables fixStan Grishin2022-12-22
| | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* pbr: update to 1.0.1-1Stan Grishin2022-12-19
| | | | | | | | | | * add more error/warning messages * better return statements from ips/nftset functions * better error/warning handling when inserting policies * comment out unnecessary nft set/ipst clean ups * shellchecked status functions Signed-off-by: Stan Grishin <stangri@melmac.ca>
* pbr: detect missing iptablesStan Grishin2022-12-12
| | | | Signed-off-by: Stan Grishin <stangri@melmac.ca>
* pbr: initial commitStan Grishin2022-12-03
* 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>