From 3aeeb15612efbde53d3c180ef2990b351e02d7bb Mon Sep 17 00:00:00 2001 From: Alex Wang Date: Wed, 8 Jan 2014 16:52:14 -0800 Subject: [PATCH] ofproto/trace: Change output field name. This commit changes the output field name from "Relevant fields" to "Megaflow". Signed-off-by: Alex Wang Signed-off-by: Ben Pfaff --- 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 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'); -- 2.43.0