> >I didn't yet test, but does the shaper wizzard now check the correct
> >interfaces for SQF(?) capability? There was no code change there.
>
> SQF?
Yep, spelt "A L T Q" :)
In beta4 I had to comment this out in traffic_shaper_wizard.xml
<stepbeforeformdisplay>
/* Check to see if ALTQ can even be used */
/* This check checks the wrong interfaces.
if(!is_altq_capable($config['interfaces']['wan']['if']) or
!is_altq_capable($config['interfaces']['lan']['if'])) {
$message="Either your LAN or WAN interface doesn't
support ALTQ. The wizard cannot continue.";
header("Location:
/wizard.php?xml=traffic_shaper_wizard.xml&stepid=7&message={$message}");
}
*/
</stepbeforeformdisplay>
A check like this is in the wrong place here - it must be after the
interfaces for shaping have been selected. If it is before, one can't
select interfaces other than LAN and WAN for shaping - e.g. DMZ.
Volker
--
Volker Kuhlmann is list0570 with the domain in header
http://volker.dnsalias.net/ Please do not CC list postings to me.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]