Changeset 2208

Show
Ignore:
Timestamp:
06/04/08 15:24:42 (6 months ago)
Author:
apatel
Message:

IP and PORT value are optional for the IPSEC network rdef.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/framework-plugin/src/com/tresys/framework/compiler/systemResources/SystemResourcesParser.jj

    r2191 r2208  
    362362        ( 
    363363                <NR_LBRACE> 
    364                         ip = <IP> 
     364                        (ip = <IP> 
    365365                        { 
    366366                                ipAddr = ip.image; 
    367367                                errTok = ip; 
    368                         } 
     368                        })? 
    369369                <NR_RBRACE> 
    370370                <NR_LBRACE> 
     
    372372                        { 
    373373                                ports.add (port.image); 
    374                         })* 
     374                        })? 
    375375                <NR_RBRACE> 
    376376                {