Bug.
darcs-hash:20041212133838-41617-987c9ee17ce8a879511b47b8039da1caeb6eaa14.gz
This commit is contained in:
parent
92083d9d69
commit
9d227239ed
1 changed files with 2 additions and 2 deletions
|
@ -354,8 +354,8 @@ class firewall_komaz :
|
|||
return
|
||||
|
||||
mac = machine.mac()
|
||||
ports = { 'tcp' : machine.portTCPin(),
|
||||
'udp' : machine.portUDPin() }
|
||||
ports = { 'tcp' : machine.portTCPout(),
|
||||
'udp' : machine.portUDPout() }
|
||||
|
||||
for proto in [ 'tcp', 'udp' ] :
|
||||
for port in ports[proto].split() :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue