Uploaded image for project: 'OpenFlowPlugin'
  1. OpenFlowPlugin
  2. OPNFLWPLUG-950

Remove hard coded value from the blueprint/topology-lldp-discovery.xml

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • None
    • None
    • General
    • None
    • Operating System: All
      Platform: All

    • 9223

      In Openflowplugin topology-lldp-discovery.xml lldpLinkAger value is hardcoded like
      <bean id="lldpLinkAger" class="org.opendaylight.openflowplugin.applications.topology.lldp.LLDPLinkAger"
      destroy-method="close">
      <!-- Interval to send LLDP (five seconds) -->
      <argument value="5000"/>
      <!-- Expiration interval for aging out links (3 * the interval) -->
      <argument value="15000"/>
      <argument ref="notificationService"/>
      </bean>

      which we need to remove:

      URL: https://github.com/opendaylight/openflowplugin/blob/master/applications/topology-lldp-discovery/src/main/resources/org/opendaylight/blueprint/topology-lldp-discovery.xml

            jmodasiy@luminanetworks.com Jalpa Modasiya
            jmodasiy@luminanetworks.com Jalpa Modasiya
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: