mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Signed-off-by: Andrey Epifanov <aepifanov@mirantis.com>
(cherry picked from commit a1f68bf5a6)
Signed-off-by: Andrey Epifanov <aepifanov@mirantis.com>
10 lines
250 B
Go
10 lines
250 B
Go
//go:build !linux
|
|
|
|
package libnetwork
|
|
|
|
func setupArrangeUserFilterRule(c *Controller) {}
|
|
func arrangeUserFilterRule() {}
|
|
func setupUserChain(ipVersion any) error { return nil }
|
|
|
|
func (c *Controller) setupPlatformFirewall() {}
|