Show
Ignore:
Timestamp:
05/05/06 18:59:26 (6 years ago)
Author:
shibuya
Message:

build for 5100R.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 5100R/branches/DEV_OpenRaQ/ui/base-firewall.mod/glue/handlers/flag_changes

    r201 r764  
    2222        exit(1); 
    2323    } 
     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 
    2430  } 
    2531}