|
@@ -95,10 +95,6 @@ type testEndpoint struct {
|
|
disableGatewayService bool
|
|
disableGatewayService bool
|
|
}
|
|
}
|
|
|
|
|
|
-func (test *testEndpoint) Interface() driverapi.InterfaceInfo {
|
|
|
|
- return test
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
func (test *testEndpoint) Address() *net.IPNet {
|
|
func (test *testEndpoint) Address() *net.IPNet {
|
|
if test.address == "" {
|
|
if test.address == "" {
|
|
return nil
|
|
return nil
|