Skip to content

Commit bd054ab

Browse files
authored
Merge pull request #5465 from ricky-rav/prio10flow
Restore "Fixes FDB learning" commit after bridge refactoring
2 parents 92e2e9b + 4d79dc3 commit bd054ab

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)