Plus ncessaire.
darcs-hash:20060327142635-68412-05026a6eff274916390ebdfab16c98d618109c80.gz
This commit is contained in:
parent
5ddcc97c26
commit
609ce7d564
1 changed files with 0 additions and 1 deletions
|
@ -617,7 +617,6 @@ class firewall_komaz(firewall_crans) :
|
|||
'udp' : machine.portUDPout() }
|
||||
|
||||
for proto in [ 'tcp', 'udp' ] :
|
||||
if not ports[proto]: ports[proto] = ':'
|
||||
for port in ports[proto]:
|
||||
iptables("-I SERVEURS_VERS_EXT -s %s -p %s --dport %s -m mac --mac-source %s -j ACCEPT" \
|
||||
%(ip,proto,port,mac))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue