--- rpl/src/instructions_r4.c 2010/08/06 15:33:02 1.20 +++ rpl/src/instructions_r4.c 2010/08/09 13:51:47 1.21 @@ -1962,6 +1962,16 @@ instruction_read(struct_processus *s_eta MSG_PEEK | MSG_DONTWAIT, (struct sockaddr *) &adresse_ipv6, &longueur_adresse); # else + if ((*s_etat_processus).langue == 'F') + { + printf("+++Attention : Support du protocole" + " IPv6 indisponble\n"); + } + else + { + printf("+++Attention : IPv6 support " + "unavailable\n"); + } # endif } else @@ -2362,6 +2372,16 @@ instruction_read(struct_processus *s_eta (*(*((struct_liste_chainee *) (*s_objet_adresse).objet)) .suivant).suivant = NULL; # else + if ((*s_etat_processus).langue == 'F') + { + printf("+++Attention : Support du protocole" + " IPv6 indisponble\n"); + } + else + { + printf("+++Attention : IPv6 support " + "unavailable\n"); + } # endif } else