We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca3d01 commit 4e29737Copy full SHA for 4e29737
solution/app/src/main/java/org/onosproject/ngsdn/tutorial/AppConstants.java
@@ -24,7 +24,6 @@ public class AppConstants {
24
public static final PiPipeconfId PIPECONF_ID = new PiPipeconfId("org.onosproject.ngsdn-tutorial");
25
26
public static final int DEFAULT_FLOW_RULE_PRIORITY = 10;
27
- public static final int FALLBACK_FLOW_RULE_PRIORITY = 5;
28
public static final int INITIAL_SETUP_DELAY = 2; // Seconds.
29
public static final int CLEAN_UP_DELAY = 2000; // milliseconds
30
public static final int DEFAULT_CLEAN_UP_RETRY_TIMES = 10;
0 commit comments