Skip to content

Commit

Permalink
Merge pull request #1873 from flavio-fernandes/updateBridgeFlowCache-…
Browse files Browse the repository at this point in the history
…4.13

[release-4.13] OCPBUGS-18976: Update bridge flow cache when the host address changes
  • Loading branch information
openshift-ci[bot] committed Oct 14, 2023
2 parents 5e3199e + db1aaa0 commit 6f9d5cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go-controller/pkg/node/node_ip_handler_linux.go
Expand Up @@ -424,5 +424,6 @@ func (c *addressManager) sync() {
if err != nil {
klog.Errorf("Address Manager failed to update node address annotations: %v", err)
}
c.OnChanged()
}
}

0 comments on commit 6f9d5cd

Please sign in to comment.