It looks like other cases are merged this way, so make this one consistent.
Signed-off-by: Ben Pfaff <blp@nicira.com>
break;
case OFPUTIL_OFPT_FLOW_MOD:
+ case OFPUTIL_NXT_FLOW_MOD:
ofp_print_flow_mod(string, msg, code, verbosity);
break;
ofp_print_nxt_set_packet_in_format(string, msg);
break;
- case OFPUTIL_NXT_FLOW_MOD:
- ofp_print_flow_mod(string, msg, code, verbosity);
break;
case OFPUTIL_NXST_AGGREGATE_REPLY: