Add LLDP retry count to config.ini
[controller.git] / opendaylight / distribution / opendaylight / src / main / resources / configuration / config.ini
index 33789ee2d28e75cde71be02b36084cff12aceb27..df4526e6f9cbac41fc4df3b07de19dc12caee8fd 100644 (file)
@@ -62,6 +62,8 @@ org.eclipse.gemini.web.tomcat.config.path=configuration/tomcat-server.xml
 # of.discoveryInterval=300
 # The timeout value in waiting for returned discovery packet (default 60 sec)
 # of.discoveryTimeout=60
+# The number of retries after the initial discovery packet is not received within the timeout period (default 2)
+# of.discoveryRetry=2
 
 # TLS configuration
 # To enable TLS, set secureChannelEnabled=true and specify the location of controller Java KeyStore and TrustStore files.