summaryrefslogtreecommitdiffhomepage
path: root/src/platform/linux/nftables.rs
Commit message (Collapse)AuthorAgeFilesLines
* linux: refactor rules backend into iptables/nftables modulesdilluti0n2026-01-231-0/+124
Split iptables and nftables rule management into dedicated modules. Keep linux.rs focused on shared helpers and rule dispatch. (cherry picked from commit 60c0011ca0cf5a463056fca17f2f747e762e19f9)