diff --git a/ofproto/ofproto-dpif-upcall.c b/ofproto/ofproto-dpif-upcall.c index 97997ab387f..ddcfc933796 100644 --- a/ofproto/ofproto-dpif-upcall.c +++ b/ofproto/ofproto-dpif-upcall.c @@ -1655,7 +1655,7 @@ ukey_create_from_dpif_flow(const struct udpif *udpif, return EINVAL; } } - NL_ATTR_FOR_EACH_UNSAFE (a, left, flow->actions, flow->actions_len) { + NL_ATTR_FOR_EACH (a, left, flow->actions, flow->actions_len) { if (nl_attr_type(a) == OVS_ACTION_ATTR_RECIRC) { return EINVAL; }