ofproto/trace: Change output field name.
authorAlex Wang <alexw@nicira.com>
Thu, 9 Jan 2014 00:52:14 +0000 (16:52 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Jan 2014 01:00:44 +0000 (17:00 -0800)
This commit changes the output field name from "Relevant fields"
to "Megaflow".

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c

index cf6e213..e7b74f7 100644 (file)
@@ -3867,7 +3867,7 @@ ofproto_trace(struct ofproto_dpif *ofproto, const struct flow *flow,
         trace_format_flow(ds, 0, "Final flow", &trace);
 
         match_init(&match, &trace.flow, &trace.xout.wc);
-        ds_put_cstr(ds, "Relevant fields: ");
+        ds_put_cstr(ds, "Megaflow: ");
         match_format(&match, ds, OFP_DEFAULT_PRIORITY);
         ds_put_char(ds, '\n');