Changeset 2208
- 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
| r2191 |
r2208 |
|
| 362 | 362 | ( |
|---|
| 363 | 363 | <NR_LBRACE> |
|---|
| 364 | | ip = <IP> |
|---|
| | 364 | (ip = <IP> |
|---|
| 365 | 365 | { |
|---|
| 366 | 366 | ipAddr = ip.image; |
|---|
| 367 | 367 | errTok = ip; |
|---|
| 368 | | } |
|---|
| | 368 | })? |
|---|
| 369 | 369 | <NR_RBRACE> |
|---|
| 370 | 370 | <NR_LBRACE> |
|---|
| … | … | |
| 372 | 372 | { |
|---|
| 373 | 373 | ports.add (port.image); |
|---|
| 374 | | })* |
|---|
| | 374 | })? |
|---|
| 375 | 375 | <NR_RBRACE> |
|---|
| 376 | 376 | { |
|---|
Download in other formats:
* Generating other formats may take time.