diff --git a/dataplane/forwarding/fwdtable/flow/flow.go b/dataplane/forwarding/fwdtable/flow/flow.go index 273c51e30..c655a1699 100644 --- a/dataplane/forwarding/fwdtable/flow/flow.go +++ b/dataplane/forwarding/fwdtable/flow/flow.go @@ -294,7 +294,6 @@ func (t *Table) Process(packet fwdpacket.Packet, _ fwdobject.Counters) (fwdactio packet.Log().V(3).Info("flow table matched action", "table", t.ID(), "bank", bid, "priority", p, "entry", f, "actions", a) actions = append(actions, a...) match = true - break } } if match {