- Timestamp:
- 05/05/06 18:59:26 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
5100R/branches/DEV_OpenRaQ/ui/base-firewall.mod/glue/handlers/flag_changes
r201 r764 22 22 exit(1); 23 23 } 24 if ( ($obj->{'protocol'} eq 'gre') || ($obj->{'protocol'} eq 'esp') || ($obj->{'protocol'} eq 'ah') ||($obj->{'protocol'} eq 'all') ) { 25 $cce->warn("[[base-firewall." . $obj->{'protocol'} . "-rule-cannot-have-ports]]"); 26 $cce->bye("FAIL"); 27 exit(1); 28 } 29 24 30 } 25 31 }
