Browse Source

[lacp] Fix debug message to match documentation

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 6 years ago
parent
commit
c160c9dfc0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/net/eth_slow.c

+ 1
- 1
src/net/eth_slow.c View File

@@ -92,7 +92,7 @@ eth_slow_marker_tlv_name ( uint8_t type ) {
92 92
  * @ret name		LACP state name
93 93
  */
94 94
 static const char * eth_slow_lacp_state_name ( uint8_t state ) {
95
-	static char state_chars[] = "AFGSRTLX";
95
+	static char state_chars[] = "AFGSCDLX";
96 96
 	unsigned int i;
97 97
 
98 98
 	for ( i = 0 ; i < 8 ; i++ ) {

Loading…
Cancel
Save