]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Change QoS Port Field to enter Port Ranges.
authorChristian Schmidt <christian.schmidt@ipfire.org>
Wed, 18 Aug 2010 09:25:38 +0000 (11:25 +0200)
committerChristian Schmidt <christian.schmidt@ipfire.org>
Wed, 18 Aug 2010 09:25:38 +0000 (11:25 +0200)
html/cgi-bin/qos.cgi

index 1beb9e3363f8de45f8bdc7cd85956b539a6f2ed5..26e0eef5084c815cfe67eee1860bde0e493e89a1 100644 (file)
@@ -1117,10 +1117,10 @@ END
        print <<END
                    </select><td width='33%' align='center'>&nbsp;
                <tr><td width='33%' align='right'>$Lang::tr{'source port'}:
-                   <td width='33%' align='left'><input type='text' name='QPORT' maxlength='5' value='$qossettings{'QPORT'}' />
+                   <td width='33%' align='left'><input type='text' name='QPORT' maxlength='11' value='$qossettings{'QPORT'}' />
                    <td width='33%' align='center'>&nbsp;
                <tr><td width='33%' align='right'>$Lang::tr{'destination port'}:
-                   <td width='33%' align='left'><input type='text' name='DPORT' maxlength='5' value='$qossettings{'DPORT'}' />
+                   <td width='33%' align='left'><input type='text' name='DPORT' maxlength='11' value='$qossettings{'DPORT'}' />
                    <td width='33%' align='center'>&nbsp;
                <tr><td width='33%' align='right'>$Lang::tr{'source ip'}:
                    <td width='33%' align='left'><input type='text' name='QIP' maxlength='15' value='$qossettings{'QIP'}' />