summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-01 00:42:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-01 00:42:30 +0000
commitf4c7b4e2742de1b679529b8979cb666f306bf485 (patch)
treeb023745724d40407b0a618d6b31fe3efb6072fb1 /usr/local/www
parent31dc3ad0b834b39a264f5a665753f30e9173801d (diff)
downloadpfsense-f4c7b4e2742de1b679529b8979cb666f306bf485.zip
pfsense-f4c7b4e2742de1b679529b8979cb666f306bf485.tar.gz
Fix 4 XXX's
Diffstat (limited to 'usr/local/www')
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index ed5070a..6e2a1d2 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -625,7 +625,6 @@
</fields>
<stepsubmitphpaction>
- /* XXX - billm - needs to actually honor what the user selects still */
if ( $_POST['enable'] ) {
$p2plist = array();
@@ -831,7 +830,6 @@
</field>
</fields>
<stepsubmitphpaction>
- /* XXX - billm - needs to actually honor what the user selects still */
if ( $_POST['enable'] ) {
/* create qGamesUp queue */
$queue = array();
@@ -937,8 +935,6 @@
$gamesplist[] = array('ur1', 'udp', '7777-7787', '7777-7787', 'both');
$gamesplist[] = array('ur2', 'tcp', '7777-7787', '7777-7787', 'both');
}
-
- /* XXX: add some more games before this line!! */
/* Set up/down games as higher weight */
/* loop through p2plist[] */
@@ -1484,9 +1480,7 @@
if($_POST['vnc'] != "") {
/* Simple network management protocol */
$othersplist[] = array('VNC', 'tcp', '5900-5930', '5900-5930', 'both', $_POST['vnc']);
- }
-
- /* XXX: add some more protocols here! */
+ }
/* Set up/down protocols as higher weight */
/* loop through othersplist[] */
OpenPOWER on IntegriCloud