diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-04-02 02:03:28 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-04-02 02:03:28 +0000 |
commit | 2be3c2d5790da41cc6c9ba269f5345b32cf90e4a (patch) | |
tree | 30d54f444b8b82842fd37b6482afb2e1eec6cb8f /usr | |
parent | 997ec02a82c1e849b34540956ce9a37cc62d97f4 (diff) | |
download | pfsense-2be3c2d5790da41cc6c9ba269f5345b32cf90e4a.zip pfsense-2be3c2d5790da41cc6c9ba269f5345b32cf90e4a.tar.gz |
Add CVSUP
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/www/wizards/traffic_shaper_wizard.xml | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index c32009e..34b5c7c 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -1744,7 +1744,27 @@ </option> </options> <typehint>Internet News</typehint> - </field> + </field> + <field> + <name>CVSUP</name> + <bindstofield>ezshaper->step6->cvsup</bindstofield> + <type>select</type> + <options> + <option> + <name>Higher priority</name> + <value>H</value> + </option> + <option> + <name>Default priority</name> + <value></value> + </option> + <option> + <name>Lower priority</name> + <value>L</value> + </option> + </options> + <typehint>CVSUP</typehint> + </field> <field> <name>Next</name> <type>submit</type> @@ -1980,6 +2000,10 @@ $othersplist[] = array('teamspeak3', 'udp', '8767', '8768', 'both', $_POST['teamspeak']); } + if($_POST['cvsup'] != "") { + /* teamspeak */ + $othersplist[] = array('cvs', 'tcp', '5999', '5999', 'both', $_POST['teamspeak']); + } /* XXX: add some more protocols here! */ |