Versions in this module Expand all Collapse all v1 v1.0.1 Jun 23, 2022 Changes in this version + func RegisterRouterNft(router *mux.Router) + type Chain struct + Family string + Hook string + Name string + Policy string + Priority string + Table string + Type string + type Nft struct + Chain Chain + Command []string + Table Table + func (n *Nft) AddChain(w http.ResponseWriter) error + func (n *Nft) AddTable(w http.ResponseWriter) error + func (n *Nft) ParseChain(ch *nftables.Chain) error + func (n *Nft) ParseTable(tbl *nftables.Table) error + func (n *Nft) RemoveChain(w http.ResponseWriter) error + func (n *Nft) RemoveTable(w http.ResponseWriter) error + func (n *Nft) RunNFT(w http.ResponseWriter) error + func (n *Nft) SaveNFT(w http.ResponseWriter) error + func (n *Nft) ShowChain(w http.ResponseWriter) error + func (n *Nft) ShowTable(w http.ResponseWriter) error + type Table struct + Family string + Name string