Skip to content

Commit

Permalink
Merge pull request #307 from trozet/fix_detecting_45_node
Browse files Browse the repository at this point in the history
Bug 1880591: Fixes race during 4.5->4.6 upgrade with ovn node and master
  • Loading branch information
openshift-merge-robot committed Oct 29, 2020
2 parents dc6798a + 480d7bd commit c2935fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go-controller/pkg/node/OCP_HACKS.go
Expand Up @@ -65,6 +65,7 @@ func (n *OvnNode) initSharedGatewayNoBridge(subnets []*net.IPNet, gwNextHops []n
err = util.SetL3GatewayConfig(nodeAnnotator, &util.L3GatewayConfig{
ChassisID: chassisID,
Mode: config.GatewayModeLocal,
InterfaceID: "br-local" + "_" + n.name,
IPAddresses: ips,
MACAddress: util.IPAddrToHWAddr(ips[0].IP),
NextHops: gwNextHops,
Expand Down

0 comments on commit c2935fd

Please sign in to comment.