mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
This version is the final version supporting iptables and: * it separates the old iptables/nft-capable init script from the new nft-only init script * the new nft-script is a significant rewrite of the old recursive calls/policy parsing and tries to create inline nft sets which offers performance improvements Signed-off-by: Stan Grishin <stangri@melmac.ca>
7 lines
133 B
Plaintext
7 lines
133 B
Plaintext
chain pbr_dstnat_lan {}
|
|
chain pbr_forward {}
|
|
chain pbr_input {}
|
|
chain pbr_output {}
|
|
chain pbr_prerouting {}
|
|
chain pbr_postrouting {}
|