| 14 | ) |
| 15 | |
| 16 | type LinuxFirewall struct { |
| 17 | iface *network.Endpoint |
| 18 | forwarding bool |
| 19 | restore bool |
| 20 | redirections map[string]*Redirection |
| 21 | } |
| 22 | |
| 23 | const ( |
| 24 | IPV4ForwardingFile = "/proc/sys/net/ipv4/ip_forward" |
nothing calls this directly
no outgoing calls
no test coverage detected