[lacp] Fix debug message to match documentation

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/71/head
Michael Brown 2018-03-18 17:20:04 +02:00
parent 33d79d5d2b
commit c160c9dfc0
1 changed files with 1 additions and 1 deletions

View File

@ -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++ ) {