summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-02 04:41:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-02 04:41:52 +0000
commit146f99c81a4476c51d49df686a19369312526101 (patch)
tree4fe0dfed45b7677d3827623b80d201008b67d540 /etc/inc/shaper.inc
parent7920df910baa3ee77f962039a7a1cd006eb0b2c2 (diff)
downloadpfsense-146f99c81a4476c51d49df686a19369312526101.zip
pfsense-146f99c81a4476c51d49df686a19369312526101.tar.gz
Add more filter reload information for AJAX filter reload status application
Diffstat (limited to 'etc/inc/shaper.inc')
-rw-r--r--etc/inc/shaper.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index b794e48..910a271 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -350,6 +350,8 @@ function filter_generate_pf_altq_rules() {
continue;
}
+ update_filter_reload_status("Generating ALTQ rule {$rule['descr']}...");
+
switch($rule['in-interface']) {
case "pptp": /* does the rule deal with a PPTP interface? */
if ($pptpdcfg['mode'] != "server") {
OpenPOWER on IntegriCloud