Versions in this module Expand all Collapse all v0 v0.4.2 Oct 29, 2014 v0.4.1 Oct 17, 2014 Changes in this version + type Chain string + const ChainOutput + const ChainPrerouting + type Interface interface + DeleteRule func(table Table, chain Chain, args ...string) error + EnsureChain func(table Table, chain Chain) (bool, error) + EnsureRule func(table Table, chain Chain, args ...string) (bool, error) + FlushChain func(table Table, chain Chain) error + func New(exec utilexec.Interface) Interface + type Table string + const TableNAT