diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-04-12 20:29:14 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-04-12 20:29:14 +0000 |
commit | 9bb1ec9890e01b666a0b78f032f3f118624b6a35 (patch) | |
tree | 53bf158d931bafa101310018c22cd1e905aac2d4 | |
parent | 4b4f52dbfe46823a851a6ce6708ce8a168766134 (diff) | |
download | pfsense-9bb1ec9890e01b666a0b78f032f3f118624b6a35.zip pfsense-9bb1ec9890e01b666a0b78f032f3f118624b6a35.tar.gz |
Do not use ngX, use pf $pptp macro
-rw-r--r-- | etc/inc/filter.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc index a69ddd2..c5d2c49 100644 --- a/etc/inc/filter.inc +++ b/etc/inc/filter.inc @@ -1136,7 +1136,7 @@ function generate_user_filter_rule($rule, $ngcounter) { $line .= "quick "; if ($ispptp) { - $line .= "on ng" . (intval($ngcounter)+1) . " "; + $line .= "on \$pptp "; } else if ($ispppoe) { $line .= "on \$pppoe "; } else { |