Skip to content
Snippets Groups Projects
Commit f8af68c3 authored by Alex Reimers's avatar Alex Reimers
Browse files

Change value of DL_VLAN_PCP in OFMatch,java.

parent 4391a5f8
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,7 @@ public class OFMatch implements Cloneable, Serializable {
final public static String STR_DL_SRC = "dl_src";
final public static String STR_DL_TYPE = "dl_type";
final public static String STR_DL_VLAN = "dl_vlan";
final public static String STR_DL_VLAN_PCP = "dl_vpcp";
final public static String STR_DL_VLAN_PCP = "dl_vlan_pcp";
final public static String STR_NW_DST = "nw_dst";
final public static String STR_NW_SRC = "nw_src";
final public static String STR_NW_PROTO = "nw_proto";
......
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