summaryrefslogtreecommitdiff
path: root/ovn/utilities
diff options
context:
space:
mode:
Diffstat (limited to 'ovn/utilities')
-rw-r--r--ovn/utilities/ovn-trace.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ovn/utilities/ovn-trace.c b/ovn/utilities/ovn-trace.c
index 28e2bb075..9718077aa 100644
--- a/ovn/utilities/ovn-trace.c
+++ b/ovn/utilities/ovn-trace.c
@@ -2134,8 +2134,10 @@ trace_actions(const struct ovnact *ovnacts, size_t ovnacts_len,
case OVNACT_OVNFIELD_LOAD:
execute_ovnfield_load(ovnact_get_OVNFIELD_LOAD(a), super);
break;
- }
+ case OVNACT_CHECK_PKT_LARGER:
+ break;
+ }
}
ds_destroy(&s);
}