Skip to content

Commit

Permalink
Rephrase comments
Browse files Browse the repository at this point in the history
Co-authored-by: Sridhar Gaddam <sgaddam@redhat.com>
Signed-off-by: Aswin Suryanarayanan <asuryana@redhat.com>
  • Loading branch information
aswinsuryan and sridhargaddam committed Jun 15, 2023
1 parent 2b415e6 commit 2d9dd08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/routeagent_driver/handlers/ovn/config_syncer.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ func (ovn *Handler) monitorRoutingTable(stop chan struct{}) error {

newIP := addrs[0].IP
// If the new IP address is not nil and different from the previous IP address,
// which mean an IP address is assigned to the interface. With OVN pod restart
// it is first cleared and the assigned again.
// which mean an IP address is assigned to the interface. When OVN pod restarts
// the IP address is first cleared and then assigned again.
if newIP != nil && !newIP.Equal(prevIP) {
err := ovn.handleInterfaceAddressChange()
if err != nil {
Expand Down

0 comments on commit 2d9dd08

Please sign in to comment.