Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[lacp] Fix debug message to match documentation
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
mcb30 committed Mar 18, 2018
1 parent 33d79d5 commit c160c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/eth_slow.c
Expand Up @@ -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++ ) {
Expand Down

0 comments on commit c160c9d

Please sign in to comment.