summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-02-03 17:30:46 +0000
committerErmal Luçi <eri@pfsense.org>2008-02-03 17:30:46 +0000
commitabb0ce6141f6fb3d285645b894ed83e351d2fba1 (patch)
tree03e5031be0bf5de98c9283668429ee09f6cf8235
parent1c55cde41f12150d5b82e17129bda0cfeef45fcf (diff)
downloadpfsense-abb0ce6141f6fb3d285645b894ed83e351d2fba1.zip
pfsense-abb0ce6141f6fb3d285645b894ed83e351d2fba1.tar.gz
Add Slingbox to the raise/lower protocols screen.(requested by Scott)
-rw-r--r--usr/local/www/wizards/traffic_shaper_wizard.xml22
1 files changed, 21 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml
index f958410..0623450 100644
--- a/usr/local/www/wizards/traffic_shaper_wizard.xml
+++ b/usr/local/www/wizards/traffic_shaper_wizard.xml
@@ -649,7 +649,7 @@
<type>checkbox</type>
<typehint>Other networking protocols</typehint>
<description>This will help raise or lower the priority of other protocols higher than most traffic.</description>
- <enablefields>AIM,AppleRemoteDesktop,DNS,HTTP,ICMP,ICQ,IMAP,IPSEC,IRC,Jabber,LotusNotes,MSN,MSRDP,MySqlServer,PCAnywhere,POP3,PPTP,RTSP,SMB,SMTP,SNMP,StreamingMP3,TeamSpeak,VNC,NNTP,CVSUP</enablefields>
+ <enablefields>AIM,AppleRemoteDesktop,DNS,HTTP,ICMP,ICQ,IMAP,IPSEC,IRC,Jabber,LotusNotes,MSN,MSRDP,MySqlServer,PCAnywhere,POP3,PPTP,RTSP,SMB,SMTP,SNMP,StreamingMP3,TeamSpeak,VNC,NNTP,CVSUP,Slingbox</enablefields>
<donotdisable>true</donotdisable>
<bindstofield>ezshaper-&gt;step7-&gt;enable</bindstofield>
</field>
@@ -1206,6 +1206,26 @@
<typehint>CVSUP</typehint>
</field>
<field>
+ <name>Slingbox</name>
+ <bindstofield>ezshaper-&gt;step7-&gt;slingbox</bindstofield>
+ <type>select</type>
+ <options>
+ <option>
+ <name>Default priority</name>
+ <value>D</value>
+ </option>
+ <option>
+ <name>Higher priority</name>
+ <value>H</value>
+ </option>
+ <option>
+ <name>Lower priority</name>
+ <value>L</value>
+ </option>
+ </options>
+ <typehint>Slingbox</typehint>
+ </field>
+ <field>
<name>Next</name>
<type>submit</type>
</field>
OpenPOWER on IntegriCloud