mirror of
https://github.com/rancher/os.git
synced 2025-09-06 17:22:34 +00:00
migrate to upstream libcompose in one and a half go
This commit is contained in:
7
vendor/github.com/docker/libnetwork/default_gateway_windows.go
generated
vendored
Normal file
7
vendor/github.com/docker/libnetwork/default_gateway_windows.go
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
package libnetwork
|
||||
|
||||
import "github.com/docker/libnetwork/types"
|
||||
|
||||
func (c *controller) createGWNetwork() (Network, error) {
|
||||
return nil, types.NotImplementedErrorf("default gateway functionality is not implemented in windows")
|
||||
}
|
Reference in New Issue
Block a user