Merge "Bug 8497 - Provide config knob to disable the Forwarding Rule Manager reconcil...
[openflowplugin.git] / openflowplugin-blueprint-config / src / main / resources / initial / openflowplugin.cfg
index 5fe0979d53f825a0a9f5305ff835e78209c62d72..141cb63086c215523f8519ee17498d7056cddf65 100644 (file)
 # polling the statistics, value is in milliseconds
 #
 # maximum-timer-delay=900000
+
+
+
+#############################################################################
+#                                                                           #
+#            Forwarding Rule Manager Application Configuration              #
+#                                                                           #
+#############################################################################
+
+# Disable the default switch reconciliation mechanism
+# disable-reconciliation=false
+
+# Enable stale marking for switch reconciliation. Once user enable this feature
+# forwarding rule manager will keep track of any change to the config data store
+# while the switch is disconnected from controller. Once switch reconnect to the
+# controller it will apply those changes to the switch and do the reconciliation
+# of other configuration as well.
+# NOTE: This option will be effective only if disable_reconciliation=false.
+# stale-marking-enabled=false
+
+# Number of time forwarding rules manager should retry to reconcile any specific
+# configuration.
+# reconciliation-retry-count=5
\ No newline at end of file