diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-02-04 09:02:38 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-02-04 09:02:38 +0000 |
commit | 7cdb37185f97c6a4d416e389bc6a0d685ca216e4 (patch) | |
tree | af0439253564e1504e6b9f645a5382cdcb2b15d5 /packages | |
parent | 957b9bb50967c9f1611c8825d5455c4dd0c37e15 (diff) | |
download | pfsense-packages-7cdb37185f97c6a4d416e389bc6a0d685ca216e4.tar.gz pfsense-packages-7cdb37185f97c6a4d416e389bc6a0d685ca216e4.tar.bz2 pfsense-packages-7cdb37185f97c6a4d416e389bc6a0d685ca216e4.zip |
Do not include " for filter
Diffstat (limited to 'packages')
-rw-r--r-- | packages/bandwidthd/bandwidthd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bandwidthd/bandwidthd.inc b/packages/bandwidthd/bandwidthd.inc index b2f998c2..26758622 100644 --- a/packages/bandwidthd/bandwidthd.inc +++ b/packages/bandwidthd/bandwidthd.inc @@ -129,7 +129,7 @@ $recover_cdf #Libpcap format filter string used to control what bandwidthd see's #Please always include "ip" in the string to avoid strange problems -"$filter" +$filter_text #Draw Graphs - This default to true to graph the traffic bandwidthd is recording #Usually set this to false if you only want cdf output or |