summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-16 15:31:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-16 15:31:24 +0000
commit903500be95fa4504c3adb2cb433434debf0ce210 (patch)
treeeab6d3e5d35fd09a62168c104f80c9204a6ca5f9 /etc
parent3cd71852aad61bfdeb09dd911c3cdfd7fe5bf1cf (diff)
downloadpfsense-903500be95fa4504c3adb2cb433434debf0ce210.zip
pfsense-903500be95fa4504c3adb2cb433434debf0ce210.tar.gz
MFC 8476
Add quotes around label
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 5ce29d9..c760aa6 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -101,7 +101,7 @@ function filter_configure_sync() {
* we'll match only unshaped packets in the shaper code later
* this allows the shaper to be first match
*/
- $pf_altq_rules = "block any tag unshaped label SHAPER: first match rule\n";
+ $pf_altq_rules = "block any tag unshaped label \"SHAPER: first match rule\"\n";
$pf_altq_rules .= filter_generate_pf_altq_rules();
}
OpenPOWER on IntegriCloud