BUG-9223:Remove hardcoded value of lldp interval
[openflowplugin.git] / openflowplugin-blueprint-config / src / main / resources / initial / openflowplugin.cfg
index 141cb63086c215523f8519ee17498d7056cddf65..a598134cb836dd9584dbf6a1aeeab58cf882fcdc 100644 (file)
 
 # Number of time forwarding rules manager should retry to reconcile any specific
 # configuration.
-# reconciliation-retry-count=5
\ No newline at end of file
+# reconciliation-retry-count=5
+
+
+#############################################################################
+#                                                                           #
+#            Topology Lldp Discovery Configuration                          #
+#                                                                           #
+#############################################################################
+
+# Periodic interval for sending LLDP packet for link discovery
+# topology-lldp-interval=5000
+
+# Timeout duration for LLDP response message
+# topology-lldp-expiration-interval=60000
\ No newline at end of file