Skip to content
Snippets Groups Projects
Commit 31242988 authored by Vishnu Emmadi's avatar Vishnu Emmadi
Browse files

change lldp-eol to on-demand counter

parent d4637b6f
No related branches found
No related tags found
No related merge requests found
......@@ -2124,7 +2124,7 @@ public class LinkDiscoveryManager implements IOFMessageListener,
ctrIncoming = debugCounters.registerCounter(PACKAGE, "incoming",
"All incoming packets seen by this module", CounterType.ALWAYS_COUNT);
ctrLldpEol = debugCounters.registerCounter(PACKAGE, "lldp-eol",
"End of Life for LLDP packets", CounterType.ALWAYS_COUNT);
"End of Life for LLDP packets", CounterType.COUNT_ON_DEMAND);
ctrLinkLocalDrops = debugCounters.registerCounter(PACKAGE, "linklocal-drops",
"All link local packets dropped by this module",
CounterType.ALWAYS_COUNT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment