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

Show wildcard in OFMatch toString()

parent 01883ee3
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 = "";
String str = "wildcard=0x" + Integer.toHexString(this.wildcards);
// 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