Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Lister ¶
type Lister interface { ListTables() ([]*nftlib.Table, error) ListChains() ([]*nftlib.Chain, error) GetSets(*nftlib.Table) ([]*nftlib.Set, error) GetObjects(*nftlib.Table) ([]nftlib.Obj, error) GetSetElements(*nftlib.Set) ([]nftlib.SetElement, error) GetRules(*nftlib.Chain) ([]*nftlib.Rule, error) }
Lister -
type NfChainKey ¶
NfChainKey -
type StateOfNFTables ¶
type StateOfNFTables struct { Tables dkt.HDict[NfTableKey, *nftlib.Table] Sets dkt.HDict[NfTableKey, dkt.HDict[string, NfSet]] Chains dkt.HDict[NfTableKey, dkt.HDict[NfChainKey, NfChain]] Objects dkt.HDict[NfTableKey, []nftlib.Obj] }
StateOfNFTables -
Click to show internal directories.
Click to hide internal directories.