Revision cc8ad8a7
Added by Scott Ullrich almost 17 years ago
etc/inc/filter.inc | ||
---|---|---|
528 | 528 |
} else { |
529 | 529 |
$natip = get_current_wan_address($if); |
530 | 530 |
if($natip) |
531 |
$tgt = "{$natip}/32"; |
|
531 |
$tgt = "{$natip}/32";
|
|
532 | 532 |
else |
533 | 533 |
$tgt = "($if)"; |
534 | 534 |
} |
Also available in: Unified diff
Misc style fix and checking to see if this is noticed by GIT