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

Merge pull request #47 from alexreimers/master

Fix a typo in SFP.
parents dfe45f84 5a4c767e
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ public class StaticFlowEntryPusher ...@@ -69,7 +69,7 @@ public class StaticFlowEntryPusher
// netmask, e.g. // netmask, e.g.
// "128.8.128.0/24" // "128.8.128.0/24"
public static final String COLUMN_NW_DST = "nw_dst"; public static final String COLUMN_NW_DST = "nw_dst";
public static final String COLUMN_TP_DST = "tp_src"; public static final String COLUMN_TP_DST = "tp_dst";
public static final String COLUMN_TP_SRC = "tp_src"; public static final String COLUMN_TP_SRC = "tp_src";
public static final String COLUMN_ACTIONS = "actions"; public static final String COLUMN_ACTIONS = "actions";
public static String ColumnNames[] = { COLUMN_NAME, COLUMN_SWITCH, public static String ColumnNames[] = { COLUMN_NAME, COLUMN_SWITCH,
......
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