From 088ac016781a8ec609e015b66913b1839ab9c097 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 14 Jun 2005 17:17:21 +0000 Subject: Add IMAP to the Traffic Shaper raise / lower screen --- usr/local/www/wizards/traffic_shaper_wizard.xml | 29 +++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index b8c831f..75d62fb 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -948,7 +948,7 @@ checkbox Other networking protocols This will help raise the priority of other protocols higher than most traffic. - MSRDP,PPTP,IPSEC,StreamingMP3,IRC,DNS,HTTP,SMTP,POP3,ICMP + MSRDP,PPTP,IPSEC,StreamingMP3,IRC,DNS,HTTP,SMTP,POP3,ICMP,IMAP true ezshaper->step6->enable @@ -1155,6 +1155,26 @@ ICMP Protocol + + + IMAP + ezshaper->step6->imap + select + + + + + + ICMP Protocol Next @@ -1318,7 +1338,12 @@ /* ICMP */ $othersplist[] = array('ICMP', 'icmp', '', '', 'both', $_POST['icmp']); } - + + if($_POST['imap'] != "") { + /* IMAP */ + $othersplist[] = array('IMAP', 'imap', '143', '143', 'both', $_POST['imap']); + } + /* XXX: add some more protocols here! */ /* Set up/down protocols as higher weight */ -- cgit v1.1