Projet

Général

Profil

Anomalie #7842

Les variables ip_ssh_ethX sont de type IP au lieu d'être network

Ajouté par Emmanuel GARETTE il y a environ 10 ans. Mis à jour il y a environ 10 ans.

Statut:
Fermé
Priorité:
Normal
Assigné à:
Catégorie:
-
Début:
Echéance:
04/04/2014
% réalisé:

100%

Temps passé:
Distribution:
EOLE 2.4

Description

La validation des variables se fait comme ip_ssh_ethX était un réseau alors que le type est IP.

Révisions associées

Révision 785f16d9 (diff)
Ajouté par Emmanuel GARETTE il y a environ 10 ans

ip_ssh_ethX et ip_admin_ethX sont maintenant de type network (fixes #7842)

Historique

#1 Mis à jour par Emmanuel GARETTE il y a environ 10 ans

  • Statut changé de Nouveau à Résolu
  • % réalisé changé de 0 à 100

#2 Mis à jour par Joël Cuissinat il y a environ 10 ans

  • Statut changé de Résolu à Fermé
root@horus:/usr/share/eole/creole/dicos# grep -E "name='ip_ssh_|name='ip_admin" * | grep type | awk -F" " '{print $3 "\t" $4}'
name='ip_ssh_eth0'    type='network'
name='ip_admin_eth0'    type='network'
name='ip_ssh_eth1'    type='network'
name='ip_admin_eth1'    type='network'
name='ip_ssh_eth2'    type='network'
name='ip_admin_eth2'    type='network'
name='ip_ssh_eth3'    type='network'
name='ip_admin_eth3'    type='network'
name='ip_ssh_eth4'    type='network'
name='ip_admin_eth4'    type='network'

Formats disponibles : Atom PDF