summaryrefslogtreecommitdiffstats
path: root/etc/inc/config.inc
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-11-28 23:02:28 +0000
committerErmal Luçi <eri@pfsense.org>2008-11-28 23:02:28 +0000
commitf8a33850edcbe2e895c89ebaf614a5649326f6d0 (patch)
tree5692ad2151d922ed30fa1a4133a988a4252f7a6d /etc/inc/config.inc
parent508821bba9f9cdeb5f489b1c1ff82214eb78b96c (diff)
downloadpfsense-f8a33850edcbe2e895c89ebaf614a5649326f6d0.zip
pfsense-f8a33850edcbe2e895c89ebaf614a5649326f6d0.tar.gz
Tell ftp-proxy to tag packets passing on its rules with the same tag rdr rules does so at least some shaping policy can be applied on outbound packets through the Floating tab.
Diffstat (limited to 'etc/inc/config.inc')
-rw-r--r--etc/inc/config.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index dc4ddff..022def4 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -2775,7 +2775,7 @@ function system_start_ftp_helpers() {
log_error("Config: FTP proxy port ($port) enabled for interface {$ifname}");
$helpers = exec("/bin/ps awux | grep \"/usr/local/sbin/ftp-proxy {$shaper_queue} -p {$port}\" | grep -v grep | sed \"s/ */ /g\"");
if(!$helpers && $ip)
- mwexec("/usr/local/sbin/ftp-proxy {$shaper_queue} -p {$port} {$pftpxsourceaddr} {$ip}");
+ mwexec("/usr/local/sbin/ftp-proxy {$shaper_queue} -p {$port} {$pftpxsourceaddr} {$ip} -T PFFTPPROXY");
if(!$ip)
mwexec("/usr/local/sbin/ftpsesame {$shaper_queue} -i $int");
$interface_counter++;
@@ -2974,4 +2974,4 @@ function set_device_perms() {
if($g['booting']) echo ".";
$config = parse_config();
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud