mirror of https://github.com/ipxe/ipxe.git
[lacp] Fix debug message to match documentation
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/71/head
parent
33d79d5d2b
commit
c160c9dfc0
|
@ -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++ ) {
|
||||
|
|
Loading…
Reference in New Issue