private static final String PROP_PROBE_RATE = "probeRate"; | |
private static final int DEFAULT_PROBE_RATE = 3000; | |
@Property(name = PROP_PROBE_RATE, intValue = DEFAULT_PROBE_RATE, | |
label = "LLDP and BDDP probe rate specified in millis") | |
private int probeRate = DEFAULT_PROBE_RATE; | |
private static final String PROP_STALE_LINK_AGE = "staleLinkAge"; | |
private static final int DEFAULT_STALE_LINK_AGE = 10000; | |
@Property(name = PROP_STALE_LINK_AGE, intValue = DEFAULT_STALE_LINK_AGE, | |
label = "Number of millis beyond which links will be considered stale") | |
private int staleLinkAge = DEFAULT_STALE_LINK_AGE; |
In the zip, there seems to be a configuration file at $ONOS_HOME/apache-karaf-3.0.5/data/cache/bundle6/data/config/org/onosproject/provider/lldp/impl/LldpLinkProvider.config,but the file is nearly empty and doesn't seem to have the variables I would like to change. Would adding the lines such as DEFAULT_STALE_LINK_AGE = 10000; result in the desired effect?
--
You received this message because you are subscribed to the Google Groups "ONOS Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-discuss...@onosproject.org.
To post to this group, send email to onos-d...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-discuss/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-discuss/51dee868-8715-4adc-9296-871cb6ef5cb1%40onosproject.org.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-discuss/1cbb84f2-931f-4ea3-9623-0a72fb3a64d0%40onosproject.org.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-discuss/CAJJLwsM2uWEYt%3D8-sD%2BB%2B%3Dt7Q9mhjR8PuH3WGwwwG%2BAcWaKQ2w%40mail.gmail.com.