From fdba8ba0962ff9f94785662f164b697e324aab2c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 17 Mar 2006 18:40:17 +0000 Subject: 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. --- etc/inc/shaper.inc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'etc/inc/shaper.inc') 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']); -- cgit v1.1