summaryrefslogtreecommitdiffstats
path: root/usr/local/www/wizards/traffic_shaper_wizard.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-06-20 21:31:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-06-20 21:31:33 +0000
commite15ebe193d2af19cf9d9f07fd14d6b93d68f0632 (patch)
treeb85264ae9178298aabc6f28206fd48c101e1d0cb /usr/local/www/wizards/traffic_shaper_wizard.inc
parentbdac13de30d9086126561c9000e980bd46dd0479 (diff)
downloadpfsense-e15ebe193d2af19cf9d9f07fd14d6b93d68f0632.zip
pfsense-e15ebe193d2af19cf9d9f07fd14d6b93d68f0632.tar.gz
Really accept aliases during the VOIP address phase.
Diffstat (limited to 'usr/local/www/wizards/traffic_shaper_wizard.inc')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc
index edd7630..872f8a7 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.inc
+++ b/usr/local/www/wizards/traffic_shaper_wizard.inc
@@ -213,7 +213,7 @@ function step3_stepsubmitphpaction() {
$config['shaper']['itemsshaped']++;
/* If user specifies an IP, we don't bother with providers */
- if( is_ipaddr($_POST['address']) ) {
+ if( is_ipaddr($_POST['address']) or is_alias($_POST['address'])) {
/* create VOIP rules */
$rule = array();
$rule['descr'] = "VOIP Adapter";
OpenPOWER on IntegriCloud