summaryrefslogtreecommitdiff
path: root/ofproto
diff options
context:
space:
mode:
Diffstat (limited to 'ofproto')
-rwxr-xr-x[-rw-r--r--]ofproto/ofproto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
index 26848deeb..364cab233 100644..100755
--- a/ofproto/ofproto.c
+++ b/ofproto/ofproto.c
@@ -8436,7 +8436,7 @@ ofproto_rule_remove__(struct ofproto *ofproto, struct rule *rule)
if (actions->has_groups) {
const struct ofpact_group *a;
- OFPACT_FOR_EACH_TYPE (a, GROUP, actions->ofpacts,
+ OFPACT_FOR_EACH_TYPE_FLATTENED(a, GROUP, actions->ofpacts,
actions->ofpacts_len) {
struct ofgroup *group;