On Tue, 18 Sep 2007 00:33:11 -0300
"Marco Aurelio" <[EMAIL PROTECTED]> wrote:

> On 9/16/07, Salatiel Filho <[EMAIL PROTECTED]> wrote:
> > Hi guys,  i have a little doubt ;
> > I have eth0 ethernet and eth1 wireless , and they are bridged in br0
> >
> > Is there any difference in the behavior between do
> >
> > tc qdisc add dev br0 root sfq
> >
> > OR
> >
> > tc qdisc add dev eth0 root sfq && tc qdisc add dev eth1 root sfq
> >
> >
> 
> Yes. Only local traffic is passed trough br0 and only all interface
> traffic is passed trough each interface.
> 

Also since bridge is a pseudo device it has no transmit queue so there
is no qdisc involved.


-- 
Stephen Hemminger <[EMAIL PROTECTED]>
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Reply via email to