()
| 224 | } |
| 225 | |
| 226 | func (i *Iptables) EnableForward() error { |
| 227 | return EnableIptablesForward() |
| 228 | } |
| 229 | |
| 230 | func (i *Iptables) ListForward() ([]FireInfo, error) { |
| 231 | return iptablesListForward() |
nothing calls this directly
no test coverage detected