mirror of
https://github.com/rancher/os.git
synced 2025-07-05 19:16:13 +00:00
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 freebsd")
|
|
}
|