It looks like other cases are merged this way, so make this one consistent.

Signed-off-by: Ben Pfaff <[email protected]>
---
 lib/ofp-print.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/lib/ofp-print.c b/lib/ofp-print.c
index 01f08f0..ae7ed08 100644
--- a/lib/ofp-print.c
+++ b/lib/ofp-print.c
@@ -1434,6 +1434,7 @@ ofp_to_string__(const struct ofp_header *oh,
         break;
 
     case OFPUTIL_OFPT_FLOW_MOD:
+    case OFPUTIL_NXT_FLOW_MOD:
         ofp_print_flow_mod(string, msg, code, verbosity);
         break;
 
@@ -1524,8 +1525,6 @@ ofp_to_string__(const struct ofp_header *oh,
         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_NXT_SET_ASYNC_CONFIG:
-- 
1.7.2.5

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to