github.com/toplink-cn/moby@v0.0.0-20240305205811-460b4aebdf81/libnetwork/firewall_others.go (about) 1 //go:build !linux 2 3 package libnetwork 4 5 func setupArrangeUserFilterRule(c *Controller) {} 6 func arrangeUserFilterRule() {} 7 func setupUserChain(ipVersion any) error { return nil }