summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-20 17:56:41 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-20 17:56:41 +0000
commit0155a04e7c69ec28a13aadc886f48990db74dc74 (patch)
treeb9b073c0177195557e446e5eeb72d62fdbbbffdd /etc
parent5c5c7b9459c491e0e83ba2c164da13abb8bb7e1f (diff)
downloadpfsense-0155a04e7c69ec28a13aadc886f48990db74dc74.zip
pfsense-0155a04e7c69ec28a13aadc886f48990db74dc74.tar.gz
$ngcounter++ for each PPTP Rule
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 29c9d2d..e1de1d1 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1069,6 +1069,7 @@ function generate_user_filter_rule($rule, $optcfg) {
if ($ispptp) {
$line .= "on ng" . ($ngcounter+1) . " ";
+ $ngcounter++;
} else {
// translate wan, man, lan, opt to real interface.
$interface = $rule['interface'];
OpenPOWER on IntegriCloud