]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[lacp] Fix debug message to match documentation
authorMichael Brown <mcb30@ipxe.org>
Sun, 18 Mar 2018 15:20:04 +0000 (17:20 +0200)
committerMichael Brown <mcb30@ipxe.org>
Sun, 18 Mar 2018 15:20:04 +0000 (17:20 +0200)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/eth_slow.c

index 41ce79fe0086c4c5db761f6b035e9cceed14f8c7..cbc22aef437eb36a2d1326f3677704e3db26c52e 100644 (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++ ) {