Skip to content
Snippets Groups Projects
Commit 9865f682 authored by Kanzhe Jiang's avatar Kanzhe Jiang
Browse files

Revert "Show wildcard in OFMatch toString()"

This reverts commit 75bc3dd9598efe061a37a579df5cb30c39d11b52.
parent 6863b0a0
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment