| 21 | ) |
| 22 | |
| 23 | type PfFirewall struct { |
| 24 | iface *network.Endpoint |
| 25 | filename string |
| 26 | forwarding bool |
| 27 | enabled bool |
| 28 | } |
| 29 | |
| 30 | func Make(iface *network.Endpoint) FirewallManager { |
| 31 | firewall := &PfFirewall{ |
nothing calls this directly
no outgoing calls
no test coverage detected