summaryrefslogtreecommitdiffstats
path: root/src/net
diff options
context:
space:
mode:
Diffstat (limited to 'src/net')
-rw-r--r--src/net/eth_slow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eth_slow.c b/src/net/eth_slow.c
index 41ce79fe..cbc22aef 100644
--- a/src/net/eth_slow.c
+++ b/src/net/eth_slow.c
@@ -92,7 +92,7 @@ eth_slow_marker_tlv_name ( uint8_t type ) {
* @ret name LACP state name
*/
static const char * eth_slow_lacp_state_name ( uint8_t state ) {
- static char state_chars[] = "AFGSRTLX";
+ static char state_chars[] = "AFGSCDLX";
unsigned int i;
for ( i = 0 ; i < 8 ; i++ ) {