* [LARTC] where is "equalize" kernel patch?
@ 2003-09-05 8:53 Jihoon Chung
2003-09-05 15:07 ` Martin A. Brown
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Jihoon Chung @ 2003-09-05 8:53 UTC (permalink / raw)
To: lartc
I found following paragraph in the man page of iproute2.
equalize
allow packet by packet randomization on multipath routes.
Without this modifier, the route will be frozen to one selected
nexthop, so that load splitting will only occur on per-flow base.
equalize only works if the kernel is patched.
^^^^^^^^^^^^^^^^^
Now, where can I find
this patch ?
(I'm using kernel 2.4.21)
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] where is "equalize" kernel patch?
2003-09-05 8:53 [LARTC] where is "equalize" kernel patch? Jihoon Chung
@ 2003-09-05 15:07 ` Martin A. Brown
2003-09-05 15:47 ` gypsy
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Martin A. Brown @ 2003-09-05 15:07 UTC (permalink / raw)
To: lartc
Jihoon,
[ snip ]
: Now, where can I find
: this patch ?
: (I'm using kernel 2.4.21)
I believe this is one of Patrick McHardy's patches:
http://trash.net/~kaber/
-Martin
--
Martin A. Brown --- SecurePipe, Inc. --- mabrown@securepipe.com
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] where is "equalize" kernel patch?
2003-09-05 8:53 [LARTC] where is "equalize" kernel patch? Jihoon Chung
2003-09-05 15:07 ` Martin A. Brown
@ 2003-09-05 15:47 ` gypsy
2003-09-05 15:53 ` Patrick McHardy
2003-09-06 12:36 ` Alex
3 siblings, 0 replies; 5+ messages in thread
From: gypsy @ 2003-09-05 15:47 UTC (permalink / raw)
To: lartc
Jihoon Chung wrote:
>
> I found following paragraph in the man page of iproute2.
>
> equalize
>
> allow packet by packet randomization on multipath routes.
> Without this modifier, the route will be frozen to one selected
> nexthop, so that load splitting will only occur on per-flow base.
> equalize only works if the kernel is patched.
> ^^^^^^^^^^^^^^^^^
>
> Now, where can I find
> this patch ?
> (I'm using kernel 2.4.21)
google "lartc equalize patch"
http://trash.net/~kaber/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] where is "equalize" kernel patch?
2003-09-05 8:53 [LARTC] where is "equalize" kernel patch? Jihoon Chung
2003-09-05 15:07 ` Martin A. Brown
2003-09-05 15:47 ` gypsy
@ 2003-09-05 15:53 ` Patrick McHardy
2003-09-06 12:36 ` Alex
3 siblings, 0 replies; 5+ messages in thread
From: Patrick McHardy @ 2003-09-05 15:53 UTC (permalink / raw)
To: lartc
Martin A. Brown wrote:
>I believe this is one of Patrick McHardy's patches:
>
> http://trash.net/~kaber/
>
It's actually not written by my but by Guus Sliepen. I just
ported it to 2.4.18 and fixed some bugs.
Regards,
Patrick
>
>-Martin
>
>
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] where is "equalize" kernel patch?
2003-09-05 8:53 [LARTC] where is "equalize" kernel patch? Jihoon Chung
` (2 preceding siblings ...)
2003-09-05 15:53 ` Patrick McHardy
@ 2003-09-06 12:36 ` Alex
3 siblings, 0 replies; 5+ messages in thread
From: Alex @ 2003-09-06 12:36 UTC (permalink / raw)
To: lartc
Does this patch work on kernel 2.4.21 or 2.4.22? (I'm curently using 2.4.21
and planning to switch to 2.4.22 in near future)
Thanks.
Alex
----- Original Message -----
From: "Martin A. Brown" <mabrown-lartc@securepipe.com>
To: "Jihoon Chung" <jhchung@lab.sig-n.com>
Cc: <lartc@mailman.ds9a.nl>
Sent: Friday, September 05, 2003 6:07 PM
Subject: Re: [LARTC] where is "equalize" kernel patch?
> Jihoon,
>
> [ snip ]
>
> : Now, where can I find
> : this patch ?
> : (I'm using kernel 2.4.21)
>
> I believe this is one of Patrick McHardy's patches:
>
> http://trash.net/~kaber/
>
> -Martin
>
> --
> Martin A. Brown --- SecurePipe, Inc. --- mabrown@securepipe.com
>
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-09-06 12:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-05 8:53 [LARTC] where is "equalize" kernel patch? Jihoon Chung
2003-09-05 15:07 ` Martin A. Brown
2003-09-05 15:47 ` gypsy
2003-09-05 15:53 ` Patrick McHardy
2003-09-06 12:36 ` Alex
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox