IPTables returns the stack's iptables.
()
| 2303 | |
| 2304 | // IPTables returns the stack's iptables. |
| 2305 | func (s *Stack) IPTables() *IPTables { |
| 2306 | return s.tables |
| 2307 | } |
| 2308 | |
| 2309 | // NFTables returns the stack's nftables. |
| 2310 | func (s *Stack) NFTables() NFTablesInterface { |
no outgoing calls