All of lore.kernel.org
 help / color / mirror / Atom feed
* Re[2]: [LARTC] TC on bridge
  2001-04-24  6:57 fabian
@ 2001-04-27  5:27 ` fabian
  2001-04-27  5:35 ` fabian
  2001-04-27 13:58 ` Fabian Alejandro Gervan
  2 siblings, 0 replies; 6+ messages in thread
From: fabian @ 2001-04-27  5:27 UTC (permalink / raw)
  To: lartc

Hello Ramin,

RA> I don't know what the problem is but:

RA> Why don't you upgrade to 2.4 kernel as opposed to 2.2.18?
RA> Why don't you upgrade to iptables as opposed to ipchains?
I am going to test redhat 7.1 in this week.
anyhow, the stability is a critical point for this system, and I don't
have experience working with the kernel 2.4

Regards, fabian

>> Thanks for your replys, then.. someones try to compile the kernel
>> 2.2.18 with wrr-010302 (wrr-linux-2.2.18.patch) /
>> + bridge-0.0.9-against-2.2.18.diff /
>> + bridge-ipchains-against-0.0.9-against-2.2.18.diff ???
>> I get error making modules :(



_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re[2]: [LARTC] TC on bridge
  2001-04-24  6:57 fabian
  2001-04-27  5:27 ` Re[2]: " fabian
@ 2001-04-27  5:35 ` fabian
  2001-04-27 13:58 ` Fabian Alejandro Gervan
  2 siblings, 0 replies; 6+ messages in thread
From: fabian @ 2001-04-27  5:35 UTC (permalink / raw)
  To: lartc

>> Why don't you upgrade to 2.4 kernel as opposed to 2.2.18?

>> > 2.2.18 with wrr-010302 (wrr-linux-2.2.18.patch) /

CWM> Of course I don't know why, but WRR is less tested on 2.4 kernels (i.e.:
CWM> I have done no real testing except trying it - I have not received any
CWM> problem or success repports)


Christian: i get this error message when trying to compile the kernel
2.2.18 modules with wrr and bridge patch:
sch_wrr.c: In function 'mac_classify':
sch_wrr.c:600: structure has no member named 'pkt_bridged'
make[2]: *** [shc_werr.o] Error 1
make[2]: ***  Leaving directory '/usr/src/linux-2.2.18/net/sched'
make[1]: *** [_modsubdir_sched] Error 2
make[1]: *** Leaving directory '/usr/src/linux-2.2.18/net'
make: *** [mod_net] Error 2

-- 
Best regards,
 fabian                            mailto:fabian@catamarca.rffdc.edu.ar



_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re[2]: [LARTC] TC on bridge
  2001-04-24  6:57 fabian
  2001-04-27  5:27 ` Re[2]: " fabian
  2001-04-27  5:35 ` fabian
@ 2001-04-27 13:58 ` Fabian Alejandro Gervan
  2 siblings, 0 replies; 6+ messages in thread
From: Fabian Alejandro Gervan @ 2001-04-27 13:58 UTC (permalink / raw)
  To: lartc

Hello Guys,

Thanks for your replys, then.. someones try to compile the kernel
2.2.18 with wrr-010302 (wrr-linux-2.2.18.patch) /
+ bridge-0.0.9-against-2.2.18.diff /
+ bridge-ipchains-against-0.0.9-against-2.2.18.diff ???
I get error making modules :(

Regards, Fabian.



_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re[2]: [LARTC] TC on bridge
@ 2001-04-27 21:54 Christian Worm Mortensen
  2001-04-27 21:59 ` Ramin Alidousti
  2001-04-28  6:56 ` Christian Worm Mortensen
  0 siblings, 2 replies; 6+ messages in thread
From: Christian Worm Mortensen @ 2001-04-27 21:54 UTC (permalink / raw)
  To: lartc

Hi,

> Christian: i get this error message when trying to compile the kernel
> 2.2.18 modules with wrr and bridge patch:
> sch_wrr.c: In function 'mac_classify':
> sch_wrr.c:600: structure has no member named 'pkt_bridged'

Hmm, it seems like wrr is not compatible with this bridge patch.

To fix the problem you can replace "skb->pkt_bridged" with "0" in
sch_wrr.c.

You will not be able to use mac classifying mode, then, though.


Christian



_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re[2]: [LARTC] TC on bridge
  2001-04-27 21:54 Re[2]: [LARTC] TC on bridge Christian Worm Mortensen
@ 2001-04-27 21:59 ` Ramin Alidousti
  2001-04-28  6:56 ` Christian Worm Mortensen
  1 sibling, 0 replies; 6+ messages in thread
From: Ramin Alidousti @ 2001-04-27 21:59 UTC (permalink / raw)
  To: lartc

Christian,

Just for my information, what is mac classifying mode, what
functionality does it provide?

Ramin

On Fri, Apr 27, 2001 at 11:54:39PM +0200, Christian Worm Mortensen wrote:

> Hi,
> 
> > Christian: i get this error message when trying to compile the kernel
> > 2.2.18 modules with wrr and bridge patch:
> > sch_wrr.c: In function 'mac_classify':
> > sch_wrr.c:600: structure has no member named 'pkt_bridged'
> 
> Hmm, it seems like wrr is not compatible with this bridge patch.
> 
> To fix the problem you can replace "skb->pkt_bridged" with "0" in
> sch_wrr.c.
> 
> You will not be able to use mac classifying mode, then, though.
> 
> 
> Christian
> 
> 
> 
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

-- 
Ramin Alidousti                                         ramin@UU.NET
Advanced Development                             tel +1 703 886 2640
UUNET, A WorldCom Company                        fax +1 703 886 0536

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Re[2]: [LARTC] TC on bridge
  2001-04-27 21:54 Re[2]: [LARTC] TC on bridge Christian Worm Mortensen
  2001-04-27 21:59 ` Ramin Alidousti
@ 2001-04-28  6:56 ` Christian Worm Mortensen
  1 sibling, 0 replies; 6+ messages in thread
From: Christian Worm Mortensen @ 2001-04-28  6:56 UTC (permalink / raw)
  To: lartc

Hi,

> Just for my information, what is mac classifying mode, what
> functionality does it provide?

WRR classifies packets on a pr-machine basis. Normally it will use IP
addresses to distinguish each machine but on 2.2 kernels it is possible
to use MAC addresses on bridged packets.

If anyone knows a way to get the MAC address of packets on 2.4
kernels/with the bridge patch for 2.2/for non-bridged packets I would
like to know how.


Christian



_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-04-28  6:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-27 21:54 Re[2]: [LARTC] TC on bridge Christian Worm Mortensen
2001-04-27 21:59 ` Ramin Alidousti
2001-04-28  6:56 ` Christian Worm Mortensen
  -- strict thread matches above, loose matches on Subject: below --
2001-04-24  6:57 fabian
2001-04-27  5:27 ` Re[2]: " fabian
2001-04-27  5:35 ` fabian
2001-04-27 13:58 ` Fabian Alejandro Gervan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.