Versions in this module Expand all Collapse all v1 v1.16.3 Oct 23, 2019 Changes in this version + type Chain string + const ChainInput + const ChainOutput + const ChainPostrouting + const ChainPrerouting + type Interface interface + DeleteChain func(table Table, chain Chain) error + EnsureChain func(table Table, chain Chain) (bool, error) + EnsureRule func(position RulePosition, table Table, chain Chain, args ...string) (bool, error) + FlushChain func(table Table, chain Chain) error + GetVersion func() (string, error) + func New(exec utilexec.Interface) Interface + type RulePosition string + const Append + const Prepend + type Table string + const TableFilter + const TableNAT