Skip to content

Commit dd9f962

Browse files
committed
Merge branch 'stanford19' of github.com:opennetworkinglab/ngsdn-tutorial into stanford19
2 parents 7f88d40 + 4e29737 commit dd9f962

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

solution/app/src/main/java/org/onosproject/ngsdn/tutorial/AppConstants.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public class AppConstants {
2424
public static final PiPipeconfId PIPECONF_ID = new PiPipeconfId("org.onosproject.ngsdn-tutorial");
2525

2626
public static final int DEFAULT_FLOW_RULE_PRIORITY = 10;
27-
public static final int FALLBACK_FLOW_RULE_PRIORITY = 5;
2827
public static final int INITIAL_SETUP_DELAY = 2; // Seconds.
2928
public static final int CLEAN_UP_DELAY = 2000; // milliseconds
3029
public static final int DEFAULT_CLEAN_UP_RETRY_TIMES = 10;

0 commit comments

Comments
 (0)