Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion cns/restserver/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ func (service *HTTPRestService) addIPConfigStateUntransacted(ncId string, hostVe
if existingIPConfig, existsInPreviousIPConfig := existingSecondaryIPConfigs[ipId]; existsInPreviousIPConfig {
ipconfig.NCVersion = existingIPConfig.NCVersion
ipconfigs[ipId] = ipconfig
hostVersion = existingIPConfig.NCVersion
}
logger.Printf("[Azure-Cns] Set IP %s version to %d, programmed host nc version is %d", ipconfig.IPAddress, ipconfig.NCVersion, hostVersion)
if _, exists := service.PodIPConfigState[ipId]; exists {
Expand Down