From: Alex Wang <alexw@nicira.com>
Date: Thu, 9 Jan 2014 00:52:14 +0000 (-0800)
Subject: ofproto/trace: Change output field name.
X-Git-Tag: sliver-openvswitch-2.1.90-1~10^2~47
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3aeeb15612efbde53d3c180ef2990b351e02d7bb;p=sliver-openvswitch.git

ofproto/trace: Change output field name.

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>
---

diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
index cf6e21383..e7b74f751 100644
--- a/ofproto/ofproto-dpif.c
+++ b/ofproto/ofproto-dpif.c
@@ -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');