* [LARTC] [ANNOUCE] iproute2 update
@ 2004-06-08 23:10 Stephen Hemminger
2004-06-09 14:29 ` Damjan
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Stephen Hemminger @ 2004-06-08 23:10 UTC (permalink / raw)
To: lartc
A new version of the iproute2 utilities is available to handle the new
extensions for 2.6.7.
* Based on the last known good version of iproute2 from Alexy
* Included most of the vendor patches (except for the stupid ones).
* Got rid of lots of the glibc workarounds, I intend this to build
and run on 2.6 (and 2.4) only.
* Fixed some parsing and formatting bugs.
* Added gigabit as a rate.
* Added HTB and delay scheduler
* Added support for new tcp_info extensions to ss
The website is:
http://developer.osdl.org/dev/iproute2
and the download is in:
http://developer.osdl.org/dev/iproute2/download
This version builds with 2.6.7 as the kernel include files, so either have
the files in /usr/include/linux up to date or modify the top level Makefile
to point to a kernel build. Will workout a way to build on 2.4 next.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LARTC] [ANNOUCE] iproute2 update
2004-06-08 23:10 [LARTC] [ANNOUCE] iproute2 update Stephen Hemminger
@ 2004-06-09 14:29 ` Damjan
2004-06-09 19:20 ` Stephen Hemminger
2004-06-10 7:15 ` pf.vd.vlugt
2 siblings, 0 replies; 4+ messages in thread
From: Damjan @ 2004-06-09 14:29 UTC (permalink / raw)
To: lartc
On Tue, Jun 08, 2004 at 04:10:36PM -0700, Stephen Hemminger wrote:
> A new version of the iproute2 utilities is available to handle the new
> extensions for 2.6.7.
> * Added HTB and delay scheduler
> * Added support for new tcp_info extensions to ss
Why are TC_CONFIG_DIFFSERV=n and TC_CONFIG_ATM=n in Config? Is there a
reason for not building them by default!??
btw, perhaps you could integrate some other TC patches like wrr and
esfq.
> This version builds with 2.6.7 as the kernel include files, so either have
> the files in /usr/include/linux up to date or modify the top level Makefile
> to point to a kernel build. Will workout a way to build on 2.4 next.
I guess this is the reason that compiling in "misc/" fails with my 2.6.6
headers.
--
damjan | дамјан
This is my jabber ID --> damjan@bagra.net.mk <-- not my mail address!!!
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LARTC] [ANNOUCE] iproute2 update
2004-06-08 23:10 [LARTC] [ANNOUCE] iproute2 update Stephen Hemminger
2004-06-09 14:29 ` Damjan
@ 2004-06-09 19:20 ` Stephen Hemminger
2004-06-10 7:15 ` pf.vd.vlugt
2 siblings, 0 replies; 4+ messages in thread
From: Stephen Hemminger @ 2004-06-09 19:20 UTC (permalink / raw)
To: lartc
On Wed, 9 Jun 2004 16:29:25 +0200
Damjan <gdamjan@mail.net.mk> wrote:
> On Tue, Jun 08, 2004 at 04:10:36PM -0700, Stephen Hemminger wrote:
> > A new version of the iproute2 utilities is available to handle the new
> > extensions for 2.6.7.
> > * Added HTB and delay scheduler
> > * Added support for new tcp_info extensions to ss
>
> Why are TC_CONFIG_DIFFSERV=n and TC_CONFIG_ATM=n in Config? Is there a
> reason for not building them by default!??
That's how it was when I picked it up.
> btw, perhaps you could integrate some other TC patches like wrr and
> esfq.
If people send them they will get integrated. But only if the mainline
kernel supports them. I resisted putting in options for things that only
show up in vendor or special kernels.
> > This version builds with 2.6.7 as the kernel include files, so either have
> > the files in /usr/include/linux up to date or modify the top level Makefile
> > to point to a kernel build. Will workout a way to build on 2.4 next.
>
> I guess this is the reason that compiling in "misc/" fails with my 2.6.6
> headers.
Fixed in the next snapshot.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* [LARTC] [ANNOUCE] iproute2 update
2004-06-08 23:10 [LARTC] [ANNOUCE] iproute2 update Stephen Hemminger
2004-06-09 14:29 ` Damjan
2004-06-09 19:20 ` Stephen Hemminger
@ 2004-06-10 7:15 ` pf.vd.vlugt
2 siblings, 0 replies; 4+ messages in thread
From: pf.vd.vlugt @ 2004-06-10 7:15 UTC (permalink / raw)
To: lartc
Hi,
Anyone bothered to check :
http://en.wikipedia.org/wiki/Kibi
this discussion just is too silly.
;-)
regards,
pieter frans
------------------------------000000---------------------------------
, ,
/ \
((__-^^-, -^^-__))
`- _---' `---_ -'
`---|o` 'o|---'
\ ` /
): :(
:o_o:
"-"
Support Free Software : http://www.gnu.org/fsf/fsf.html
and sign the petition : petition.eurolinux.org/index_html
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-06-10 7:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-08 23:10 [LARTC] [ANNOUCE] iproute2 update Stephen Hemminger
2004-06-09 14:29 ` Damjan
2004-06-09 19:20 ` Stephen Hemminger
2004-06-10 7:15 ` pf.vd.vlugt
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.