summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-06-05 05:03:34 +0000
committerBill Marquette <billm@pfsense.org>2005-06-05 05:03:34 +0000
commit2602ae2fa1b638662f7cf896d6c74559cfc6b111 (patch)
tree4cbf7d0a3205d845606a0732f52c65715b721e3f /usr
parentb667f1ce847494f4d397594713c04566ec15b024 (diff)
downloadpfsense-2602ae2fa1b638662f7cf896d6c74559cfc6b111.zip
pfsense-2602ae2fa1b638662f7cf896d6c74559cfc6b111.tar.gz
Split shaper back to individual interfaces
fix VOIP queues (wrong interfaces)
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index 249981d..feb6e8e 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -155,9 +155,10 @@
$queue = array();
$queue['name'] = "qLANdef";
- $queue['associatedrule'] = 0;
$queue['priority'] = 3;
$queue['attachtoqueue'] = "qLANRoot";
+ $queue['associatedrule'] = 0;
+ $queue['defaultqueue'] = 'true';
$queue['realtime'] = "on";
$queue['realtime1'] = "10%";
$queue['realtime2'] = "1";
@@ -480,8 +481,7 @@
</fields>
<stepsubmitphpaction>
- /* XXX - billm - needs to actually honor what the user selects still */
-199.206.102.30
+ /* XXX - billm - needs to actually honor what the user selects still */
if ( $_POST['enable'] ) {
/* To add p2p clients, push Descr,Protocol,Start,End,src/dest/both onto p2plist */
@@ -515,7 +515,7 @@
$destsrc = 'destination';
$rule['outqueue'] = 'qP2PUp';
$rule['inqueue'] = 'qP2PDown';
- $rule['interface'] = 'lan';
+ $rule['interface'] = 'wan';
$rule['source']['network'] = 'lan';
$rule['destination']['any'] = TRUE;
$rule['descr'] = "m_P2P {$p2pclient[0]} outbound";
@@ -523,7 +523,7 @@
$destsrc = 'source';
$rule['outqueue'] = 'qP2PDown';
$rule['inqueue'] = 'qP2PUp';
- $rule['interface'] = 'wan';
+ $rule['interface'] = 'lan';
$rule['source']['any'] = TRUE;
$rule['destination']['network'] = 'lan';
$rule['descr'] = "m_P2P {$p2pclient[0]} inbound";
OpenPOWER on IntegriCloud