On 9/22/06, Volker Kuhlmann <[EMAIL PROTECTED]> wrote:
> >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.
That check still exists. Please submit a patch. --Bill --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
