[ovs-dev] [PATCH/RESEND 3/4] ofproto/trace: Change output field name.

Alex Wang alexw at nicira.com
Thu Jan 9 00:52:14 UTC 2014


This commit changes the output field name from "Relevant fields"
to "Megaflow".

Signed-off-by: Alex Wang <alexw at nicira.com>
---
 ofproto/ofproto-dpif.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c
index cf6e213..e7b74f7 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');
 
-- 
1.7.9.5




More information about the dev mailing list