|
@@ -1118,6 +1118,8 @@ func (n *network) addSvcRecords(name string, epIP net.IP, epIPv6 net.IP, ipMapUp
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ logrus.Debugf("(%s).addSvcRecords(%s, %s, %s, %t)", n.ID()[0:7], name, epIP, epIPv6, ipMapUpdate)
|
|
|
|
+
|
|
c := n.getController()
|
|
c := n.getController()
|
|
c.Lock()
|
|
c.Lock()
|
|
defer c.Unlock()
|
|
defer c.Unlock()
|
|
@@ -1151,6 +1153,8 @@ func (n *network) deleteSvcRecords(name string, epIP net.IP, epIPv6 net.IP, ipMa
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ logrus.Debugf("(%s).deleteSvcRecords(%s, %s, %s, %t)", n.ID()[0:7], name, epIP, epIPv6, ipMapUpdate)
|
|
|
|
+
|
|
c := n.getController()
|
|
c := n.getController()
|
|
c.Lock()
|
|
c.Lock()
|
|
defer c.Unlock()
|
|
defer c.Unlock()
|