Anomalie #4735
Syntaxe Creole invalide dans certains cas
Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Target version:
Distribution:
EOLE 2.3
Description
root@amonecole:/usr/share/era# grep %%% /var/lib/eole/firewall.tmpl /sbin/iptables -t filter -A adm-adm -p tcp --dport 8062 --tcp-flags SYN,RST,ACK SYN -i %%%nom_interface1 -o %%%nom_interface1 -s %%_v_ip_admin_eth1/%%_v_ip_admin_eth1.netmask_admin_eth1 -d %%adresse_ip_eth1 -j ACCEPT
Related issues
Associated revisions
- backend/cheetah.py : nouvelles corrections sur la gestion des multi
Fixes #4735 @1h
improve and complete see #4735
History
#1 Updated by Joël Cuissinat about 8 years ago
- avec 2 fois la même variable (%%nom_interface1) dans la ligne, celle-ci était traitée deux fois :)
- second bug apparu après correction, la variable esclave était vue comme master isolée !
#2 Updated by Joël Cuissinat about 8 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Appliqué par commit e56183f0056f696257cc6a865f24a13a3c95dd8e.
#3 Updated by Luc Bourdot about 8 years ago
- Due date set to 01/25/2013
- Start date changed from 01/22/2013 to 01/21/2013
#4 Updated by Joël Cuissinat about 8 years ago
- Status changed from Résolu to Fermé