From c160c9dfc0d27af6989fb450937866d9f2d5b34c Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 18 Mar 2018 17:20:04 +0200 Subject: [lacp] Fix debug message to match documentation Signed-off-by: Michael Brown --- src/net/eth_slow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net') 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++ ) { -- cgit v1.2.3-55-g7522