We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a8838 commit 747a7f0Copy full SHA for 747a7f0
netmaster/master/servicelb.go
@@ -248,7 +248,6 @@ func RestoreServiceProviderLBDb() {
248
}
249
mastercfg.SvcMutex.Unlock()
250
251
-
252
//Recover from endpoint state as well .
253
epCfgState := mastercfg.CfgEndpointState{}
254
epCfgState.StateDriver = stateDriver
@@ -264,7 +263,6 @@ func RestoreServiceProviderLBDb() {
264
263
providerInfo.Network = strings.Split(ep.NetID, ".")[0]
265
providerInfo.Tenant = strings.Split(ep.NetID, ".")[1]
266
providerInfo.Labels = make(map[string]string)
267
- providerInfo.IPAddress = ep.IPAddress
268
269
for k, v := range ep.Labels {
270
providerInfo.Labels[k] = v
0 commit comments