1
0
mirror of https://github.com/rancher/os.git synced 2025-07-05 19:16:13 +00:00
os/vendor/github.com/docker/libnetwork/default_gateway_freebsd.go
2015-12-07 18:17:57 +05:00

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 freebsd")
}