summaryrefslogtreecommitdiffstats
path: root/etc/inc/shaper.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-03-17 18:40:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-03-17 18:40:17 +0000
commitfdba8ba0962ff9f94785662f164b697e324aab2c (patch)
tree50a95627e4e7fd98cd7290f07df0ec169780faa0 /etc/inc/shaper.inc
parent206fd37f92bdad014344ff99f89cf636f596a95a (diff)
downloadpfsense-fdba8ba0962ff9f94785662f164b697e324aab2c.zip
pfsense-fdba8ba0962ff9f94785662f164b697e324aab2c.tar.gz
MFC 10666
No Need To check for aliases here we had just finish building the network address. Plus its futzing over string with a null return.
Diffstat (limited to 'etc/inc/shaper.inc')
-rw-r--r--etc/inc/shaper.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/inc/shaper.inc b/etc/inc/shaper.inc
index 76fa02d..00184e7 100644
--- a/etc/inc/shaper.inc
+++ b/etc/inc/shaper.inc
@@ -457,9 +457,6 @@ function filter_generate_pf_altq_rules() {
$src = "$pppoesa/$pppoesn";
break;
}
- $src = alias_expand($rule['source']['network']);
- if(!$src)
- $src = $rule['source']['network'];
}
} else if ($rule['source']['address']) {
$src = alias_expand($rule['source']['address']);
@@ -520,9 +517,6 @@ function filter_generate_pf_altq_rules() {
$dst = "$pppoesa/$pppoesn";
break;
}
- $dst = alias_expand($rule['destination']['network']);
- if(!$dst)
- $dst = $rule['destination']['network'];
}
} else if ($rule['destination']['address']) {
$dst = alias_expand($rule['destination']['address']);
OpenPOWER on IntegriCloud