7abd45bf2e
Exposes per-chain filter statistics: input: packets=0 bytes=0 policy=ACCEPT output: packets=0 bytes=0 policy=ACCEPT forward: packets=1423 bytes=456789 policy=DROP prerouting: packets=0 bytes=0 policy=ACCEPT postrouting: packets=0 bytes=0 policy=ACCEPT rules: 5 active (snat=3 dnat=2) conntrack: 127 Mirrors iptables -L -n -v output format. Per-chain (packets, bytes) from FilterTable::chain_counters. Rule breakdown shows active count + snat/dnat split. Conntrack entry count from live table.