| 199 | } |
| 200 | |
| 201 | type NoopNetworkPlugin struct { |
| 202 | Sysctl utilsysctl.Interface |
| 203 | } |
| 204 | |
| 205 | const sysctlBridgeCallIPTables = "net/bridge/bridge-nf-call-iptables" |
| 206 | const sysctlBridgeCallIP6Tables = "net/bridge/bridge-nf-call-ip6tables" |
nothing calls this directly
no outgoing calls
no test coverage detected