summaryrefslogtreecommitdiff
path: root/ofproto/ofproto-dpif-xlate.c
diff options
context:
space:
mode:
Diffstat (limited to 'ofproto/ofproto-dpif-xlate.c')
-rw-r--r--ofproto/ofproto-dpif-xlate.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c
index 667960d70..468cd160c 100644
--- a/ofproto/ofproto-dpif-xlate.c
+++ b/ofproto/ofproto-dpif-xlate.c
@@ -3231,7 +3231,6 @@ propagate_tunnel_data_to_flow(struct xlate_ctx *ctx, struct eth_addr dmac,
case __OVS_VPORT_TYPE_MAX:
default:
OVS_NOT_REACHED();
- break;
}
/*
* Update base_flow first followed by flow as the dst_flow gets modified
@@ -5950,7 +5949,6 @@ xlate_generic_encap_action(struct xlate_ctx *ctx,
default:
/* New packet type was checked during decoding. */
OVS_NOT_REACHED();
- break;
}
if (!ctx->error) {