mirror of
https://github.com/moby/moby.git
synced 2026-01-11 10:41:43 +00:00
- Implement firewalld reload handling for Ingress rules restoration - Add TestRestoreIngressRulesOnFirewalldReload() integration test Signed-off-by: Andrey Epifanov <aepifanov@mirantis.com>
10 lines
155 B
Go
10 lines
155 B
Go
//go:build !linux
|
|
|
|
package libnetwork
|
|
|
|
func (c *Controller) selectFirewallBackend() error {
|
|
return nil
|
|
}
|
|
|
|
func (c *Controller) setupPlatformFirewall() {}
|