| Safe Haskell | Safe-Inferred |
|---|
Iptables
Documentation
optionDepends :: RuleOption -> [Module]Source
type ChainNames = Set StringSource
guessFilterChainType :: String -> [Chain] -> FilterChainTypeSource
guessNatChainType :: String -> [Chain] -> NatChainTypeSource
scanTableForLink :: String -> [Chain] -> [String]Source
scanChainForLinks :: Chain -> [String]Source
hasChainSNatTarget :: [Rule] -> BoolSource
hasChainDNatTarget :: [Rule] -> BoolSource
Arguments
| :: FilterChainType | Type to test |
| -> [Chain] | Filter table |
| -> String | The chain name |
| -> Bool |
Arguments
| :: NatChainType | Type to test |
| -> [Chain] | Nat table |
| -> String | The chain name |
| -> Bool |
sortFilterTable :: [Chain] -> [Chain]Source
sortNatTable :: [Chain] -> [Chain]Source
sortMangleTable :: [Chain] -> [Chain]Source