mirror of
https://github.com/clearlinux/libnetwork.git
synced 2026-06-15 18:15:48 +00:00
fe98b747f5
Signed-off-by: Madhu Venugopal <madhu@docker.com>
8 lines
228 B
Go
8 lines
228 B
Go
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")
|
|
}
|