Module dfw::iptables [] [src]

This module holds the IPTables compatibility trait, allowing the use of multiple implementations for the IPTables type of the rust-iptables crate.

Structs

IPTablesDummy

IPTables implementation which does not interact with the iptables binary and does not modify the rules active on the host.

IPTablesLogger

IPTables implementation which does not interact with the iptables binary and does not modify the rules active on the host. It does keep a log of every action executed.

IPTablesProxy

Proxying type for the IPTables type of the rust-iptables crate.

Traits

IPTables

Compatibility trait to generalize the API used by rust-iptables.