From 9865f682cdc8bff24cff4338cceca9a1e82ad346 Mon Sep 17 00:00:00 2001 From: Kanzhe Jiang <kanzhe.jiang@bigswitch.com> Date: Tue, 14 Aug 2012 23:51:52 -0700 Subject: [PATCH] Revert "Show wildcard in OFMatch toString()" This reverts commit 75bc3dd9598efe061a37a579df5cb30c39d11b52. --- src/main/java/org/openflow/protocol/OFMatch.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/openflow/protocol/OFMatch.java b/src/main/java/org/openflow/protocol/OFMatch.java index 22d05bd31..def0bfa7c 100644 --- a/src/main/java/org/openflow/protocol/OFMatch.java +++ b/src/main/java/org/openflow/protocol/OFMatch.java @@ -726,7 +726,7 @@ public class OFMatch implements Cloneable, Serializable { */ @Override public String toString() { - String str = "wildcard=0x" + Integer.toHexString(this.wildcards); + String str = ""; // l1 if ((wildcards & OFPFW_IN_PORT) == 0) -- GitLab