[VOL-4714] Adding option to remove all the flows when an ONU is disabled

Change-Id: Icb03c38f813aaed87fe90b001081faca185a2e12
diff --git a/impl/src/main/java/org/opencord/olt/impl/OsgiPropertyConstants.java b/impl/src/main/java/org/opencord/olt/impl/OsgiPropertyConstants.java
index 089edbc..d03eab4 100644
--- a/impl/src/main/java/org/opencord/olt/impl/OsgiPropertyConstants.java
+++ b/impl/src/main/java/org/opencord/olt/impl/OsgiPropertyConstants.java
@@ -64,6 +64,10 @@
     public static final String WAIT_FOR_REMOVAL = "waitForRemoval";
     public static final boolean WAIT_FOR_REMOVAL_DEFAULT = true;
 
+    public static final String REMOVE_FLOWS_ON_DISABLE = "removeFlowsOnDisable";
+
+    public static final boolean REMOVE_FLOWS_ON_DISABLE_DEFAULT = true;
+
     public static final String REQUIRED_DRIVERS_PROPERTY_DELAY = "requiredDriversPropertyDelay";
     public static final int REQUIRED_DRIVERS_PROPERTY_DELAY_DEFAULT = 5;