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

Merge pull request #49 from alexreimers/master

Change value of DL_VLAN_PCP in OFMatch.java.
parents 4391a5f8 f8af68c3
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