NFTables returns the stack's nftables.
()
| 2308 | |
| 2309 | // NFTables returns the stack's nftables. |
| 2310 | func (s *Stack) NFTables() NFTablesInterface { |
| 2311 | return s.nftables |
| 2312 | } |
| 2313 | |
| 2314 | // SetNFTables sets the stack's nftables. |
| 2315 | func (s *Stack) SetNFTables(nft NFTablesInterface) { |
no outgoing calls
no test coverage detected