diff options
author | Ermal Luçi <eri@pfsense.org> | 2010-01-28 01:09:29 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2010-01-28 01:09:29 +0000 |
commit | 08ef3d78704ecfa6319ace4c94293e351fe8049a (patch) | |
tree | cee8ca357d14d8529e4cab6dc5948978ea7bb8ad /etc | |
parent | 1de43d91518a6418f7971f4cb6060f360d7c9325 (diff) | |
download | pfsense-08ef3d78704ecfa6319ace4c94293e351fe8049a.zip pfsense-08ef3d78704ecfa6319ace4c94293e351fe8049a.tar.gz |
Ticket #99. Increment the port number for the other to come instances.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/inc/filter.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index 07274d9..5f5cc90 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -792,6 +792,7 @@ function filter_generate_reflection($rule, $target, $extport, &$starting_localho $rflctintrange = $extport[0]; if($rflctnorange) $toadd_array = array($loc_pt); + $starting_localhost_port++; } switch($rule['protocol']) { |