Parcourir la source

[lacp] Fix debug message to match documentation

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown il y a 6 ans
Parent
révision
c160c9dfc0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/net/eth_slow.c

+ 1
- 1
src/net/eth_slow.c Voir le fichier

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

Chargement…
Annuler
Enregistrer