Anomalie #6119
Agregation eth3 mauvaise fonction
Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Target version:
Distribution:
EOLE 2.3
Description
il y a une coquille dans le script d'agrégation qui date de ma dernière évolution du script,
c'est la fonction wan2 qui est appelée pour la patte eth3 or cela devrait être wan1
Associated revisions
- bin/agregation.sh : correction agregation eth3
Fixes #6119 @10m
History
#1 Updated by Emmanuel GARETTE over 7 years ago
La durée des "paste" est courte, je copie/colle le contenu ici :
--- agregation.sh 2013-09-25 08:23:24.661295931 +0200 +++ agregation.sh.new 2013-09-25 08:24:05.021294801 +0200 @@ -409,7 +409,7 @@ # Mangle sur les 2 liens balance eth1 [ $nombre_interfaces -ge 3 ] && balance eth2 - [ $nombre_interfaces -ge 4 ] && wan2 eth3 + [ $nombre_interfaces -ge 4 ] && wan1 eth3 [ $nombre_interfaces -eq 5 ] && wan2 eth4 else #mode fail-over @@ -430,7 +430,7 @@ # Mangle sur les 2 liens balance eth1 [ $nombre_interfaces -ge 3 ] && balance eth2 - [ $nombre_interfaces -ge 4 ] && wan2 eth3 + [ $nombre_interfaces -ge 4 ] && wan1 eth3 [ $nombre_interfaces -eq 5 ] && wan2 eth4 fi
#2 Updated by Joël Cuissinat over 7 years ago
- Project changed from Amon to conf-amon
- Status changed from Nouveau to Accepté
- Assigned To set to Joël Cuissinat
- Target version set to Mises à jour 2.3.11
- Estimated time set to 0.33 h
#3 Updated by Joël Cuissinat over 7 years ago
- Due date set to 09/27/2013
- Start date set to 09/23/2013
#4 Updated by Joël Cuissinat over 7 years ago
- Status changed from Accepté to Résolu
- % Done changed from 0 to 100
Appliqué par commit 9681e614ddadf2dea20aece28b6cfc978513ca73.
#5 Updated by Joël Cuissinat over 7 years ago
- paquet 2.3 candidat : conf-amon-2.3-eole101~1.gbp000add
- paquet 2.4 unstable : eole-amon_2.4.0-7
#6 Updated by Joël Cuissinat over 7 years ago
- Status changed from Résolu to Fermé
root@amonecole:~# tail -n +409 /usr/bin/agregation.sh | head -n 7 # Mangle sur les 2 liens balance eth1 [ $nombre_interfaces -ge 3 ] && balance eth2 [ $nombre_interfaces -ge 4 ] && wan1 eth3 [ $nombre_interfaces -eq 5 ] && wan2 eth4 else #mode fail-over <pre> </pre> root@amonecole:~# tail -n +430 /usr/bin/agregation.sh | head -n 7 # Mangle sur les 2 liens balance eth1 [ $nombre_interfaces -ge 3 ] && balance eth2 [ $nombre_interfaces -ge 4 ] && wan1 eth3 [ $nombre_interfaces -eq 5 ] && wan2 eth4 fi