Skip to content
Snippets Groups Projects
Commit 2e5c187e authored by Banse, Christian's avatar Banse, Christian
Browse files

small change in description for SEND_FLOW_REM flag

parent 728df004
No related branches found
No related tags found
No related merge requests found
...@@ -473,9 +473,9 @@ public class Forwarding extends ForwardingBase implements IFloodlightModule { ...@@ -473,9 +473,9 @@ public class Forwarding extends ForwardingBase implements IFloodlightModule {
tmp = configParameters.get("set-send-flow-rem-flag"); tmp = configParameters.get("set-send-flow-rem-flag");
if (tmp != null) { if (tmp != null) {
FLOWMOD_SET_SEND_FLOW_REM_FLAG = Boolean.parseBoolean(tmp); FLOWMOD_SET_SEND_FLOW_REM_FLAG = Boolean.parseBoolean(tmp);
log.info("Default flags will include SEND_FLOW_REM"); log.info("Default flags will include SEND_FLOW_REM.");
} else { } else {
log.info("Default flags will be empty"); log.info("Default flags will be empty.");
} }
tmp = configParameters.get("match"); tmp = configParameters.get("match");
if (tmp != null) { if (tmp != null) {
......
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