diff --git a/usr/local/www/wizards/traffic_shaper_wizard.inc b/usr/local/www/wizards/traffic_shaper_wizard.inc index 5bd8d3b89d..fe571c7281 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.inc +++ b/usr/local/www/wizards/traffic_shaper_wizard.inc @@ -771,7 +771,7 @@ function step6_stepsubmitphpaction() { $gamesplist[] = array('AL-1', 'tcp', '11000', '11000', 'both'); $gamesplist[] = array('AL-2', 'tcp', '11002', '11002', 'both'); $gamesplist[] = array('AL-3', 'tcp', '11008', '11008', 'both'); - } + } if($_POST['gunzonline'] != "") { /* GunZ Online */ @@ -1073,6 +1073,11 @@ function step7_stepsubmitphpaction() { $othersplist[] = array('cvs', 'tcp', '5999', '5999', 'both', $_POST['cvsup']); } + if($_POST['hbci'] != "") { + /* HBCI */ + $othersplist[] = array('HBCI', 'tcp', '3000', '3000', 'both', $_POST['hbci']); + } + /* XXX: add some more protocols here! */ /* Set up/down protocols as higher weight */ diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index b03db11419..24e2267997 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -651,9 +651,9 @@ World of Warcraft ezshaper->step6->wow - - ArchLord - checkbox + + ArchLord + checkbox ArchLord ezshaper->step6->archlord @@ -684,7 +684,7 @@ checkbox Other networking protocols This will help raise or lower the priority of other protocols higher than most traffic. - 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 + 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,HBCI true ezshaper->step7->enable @@ -1240,6 +1240,26 @@ CVSUP + + HBCI + ezshaper->step7->hbci + select + + + + + + HBCI + Next submit