summaryrefslogtreecommitdiffstats
path: root/src/plugins/lacp/protocol.h
diff options
context:
space:
mode:
authorSteven <sluong@cisco.com>2018-04-19 21:59:09 -0700
committersteven luong <sluong@cisco.com>2018-04-23 14:51:47 +0000
commit0c63d82e990f10f3c9de694ff61f8c52c313aa99 (patch)
tree4c9003fe813c0c87a1fa4a1a844508059a3f37bc /src/plugins/lacp/protocol.h
parentfd2e3765219ad6c47d24e82e9bbf2d54d5b6b207 (diff)
lacp: partner may time us out if fast-rate is configured [VPP-1247]
We should be sending LACP PDU every second if the partner has LACP_TIMEOUT flag set which means it will time us out in 3 seconds. Add interface name for lacp trace Change-Id: If7d816c062d03e80cc0dd7d10dba0b76ace0664a Signed-off-by: Steven <sluong@cisco.com>
Diffstat (limited to 'src/plugins/lacp/protocol.h')
-rw-r--r--src/plugins/lacp/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lacp/protocol.h b/src/plugins/lacp/protocol.h
index 05a3f04a227..9fc2f35fd38 100644
--- a/src/plugins/lacp/protocol.h
+++ b/src/plugins/lacp/protocol.h
@@ -69,7 +69,7 @@ typedef enum
} lacp_state_t;
#define foreach_lacp_state_flag \
- _(0, LACP_STATE_LACP_ACTIViTY, "activity") \
+ _(0, LACP_STATE_LACP_ACTIVITY, "activity") \
_(1, LACP_STATE_LACP_TIMEOUT, "lacp timeout") \
_(2, LACP_STATE_AGGREGATION, "aggregation") \
_(3, LACP_STATE_SYNCHRONIZATION, "synchronization") \