mirror of
https://github.com/rancher/os.git
synced 2025-07-02 17:51:49 +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")
|
|
}
|