Skip to content

Commit 4d79dc3

Browse files
committed
Restore "Fixes FDB learning" commit after bridge refactoring
Let's restore commit 813e280, which didn't make it to the bridgeconfig refactoring (ovn-kubernetes/ovn-kubernetes@28f9c1e) Signed-off-by: Riccardo Ravaioli <[email protected]>
1 parent 0b3356e commit 4d79dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go-controller/pkg/node/bridgeconfig/bridgeflows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ func (b *BridgeConfiguration) commonFlows(hostSubnets []*net.IPNet) ([]string, e
525525
actions += "output:" + netConfig.OfPortPatch + ","
526526
}
527527

528-
actions += strip_vlan + "output:" + ofPortHost
528+
actions += strip_vlan + "NORMAL"
529529
dftFlows = append(dftFlows,
530530
fmt.Sprintf("cookie=%s, priority=10, table=0, %s dl_dst=%s, actions=%s",
531531
nodetypes.DefaultOpenFlowCookie, match_vlan, bridgeMacAddress, actions))

0 commit comments

Comments
 (0)