
| Anonymous | Login | Signup for a new account | 2010-09-04 02:15 CEST |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001134 | [Endian Firewall] Proxy HTTP | minor | always | 2008-07-17 01:53 | 2008-07-27 22:18 | ||||
| Reporter | simon | View Status | public | ||||||
| Assigned To | simon | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0001134: creating zone subnet acl if <zone>_IPS ends with , fails | ||||||||
| Description |
if <zone>_IPS ends with , the creation of a new zone subnet acl fail because cidr from empty string canßt be generated |
||||||||
| Additional Information |
Traceback (most recent call last): File "/usr/local/bin/restartsquid.py", line 1628, in ? checkSubnets() File "/usr/local/bin/restartsquid.py", line 1012, in checkSubnets createZoneSubnets(zone) File "/usr/local/bin/restartsquid.py", line 975, in createZoneSubnets newnets = map(lambda x: cidrnet2nmnet(x), newnets) File "/usr/local/bin/restartsquid.py", line 975, in <lambda> newnets = map(lambda x: cidrnet2nmnet(x), newnets) File "/usr/local/bin/restartsquid.py", line 860, in cidrnet2nmnet obj = iplib.CIDR(net) File "/usr/lib/python2.4/site-packages/iplib.py", line 611, in __init__ self.set(ip, netmask) File "/usr/lib/python2.4/site-packages/iplib.py", line 619, in set raise ValueError, 'set: invalid CIDR: "' + str(ip) + '"' |
||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
|
|
|||||||||
Notes |
|
|
(0001455) simon (developer) 2008-07-17 01:57 |
- if <zone>_IPS in /var/efw/ethernet/settings ends with , the emtpy string in the split array is deleted |
| Mantis [^] Copyright © 2000 - 2008 Mantis Group |