Skip to content
Snippets Groups Projects
Commit 4978f468 authored by Munish Mehta's avatar Munish Mehta
Browse files

Add a new attribute

parent 3d64ca37
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,7 @@ public interface IOFSwitch { ...@@ -47,6 +47,7 @@ public interface IOFSwitch {
public static final String PROP_REQUIRES_L3_MATCH = "requiresL3Match"; public static final String PROP_REQUIRES_L3_MATCH = "requiresL3Match";
public static final String PROP_SUPPORTS_OFPP_TABLE = "supportsOfppTable"; public static final String PROP_SUPPORTS_OFPP_TABLE = "supportsOfppTable";
public static final String PROP_SUPPORTS_OFPP_FLOOD = "supportsOfppFlood"; public static final String PROP_SUPPORTS_OFPP_FLOOD = "supportsOfppFlood";
public static final String PROP_SUPPORTS_NETMASK_TBL = "supportsNetmaskTbl";
/** /**
* Writes to the OFMessage to the output stream. * Writes to the OFMessage to the output stream.
......
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