Commit b289989e authored by Adam Wujek's avatar Adam Wujek 💬

lib/lldp: increase lldp sendign interval

Please not that LLDP_TX_TICK_INTERVAL is not about ticks, but about
number of task executions. This should be changed to time.
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 9792c611
......@@ -23,7 +23,7 @@
#define MNT_IF_SUBTYPE 0x6
#define MNT_IF_NUM 10
#define LLDP_TX_TICK_INTERVAL 1000
#define LLDP_TX_TICK_INTERVAL 10000
#define CHASSIS_ID_TLV_LEN (1 + ETH_ALEN) /* chassis ID subtype byte
* + MAC Len */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment