pbr: update to 1.1.6-20

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>
This commit is contained in:
Stan Grishin
2024-08-03 23:17:13 +00:00
parent ee1df08108
commit 920d64734a
14 changed files with 4102 additions and 1150 deletions

View File

@@ -0,0 +1 @@
jump pbr_dstnat_lan comment "Jump into pbr dstnat_lan chain";

View File

@@ -1,3 +1,4 @@
chain pbr_dstnat_lan {}
chain pbr_forward {}
chain pbr_input {}
chain pbr_output {}