Skip to content
Snippets Groups Projects
Commit c467d6d7 authored by abat's avatar abat
Browse files

Merge into master from pull request #273:

parents f7a6c3fe 4978f468
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ public interface IOFSwitch {
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_FLOOD = "supportsOfppFlood";
public static final String PROP_SUPPORTS_NETMASK_TBL = "supportsNetmaskTbl";
/**
* 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