Displaying 20 results from an estimated 7000 matches similar to: "[announce] iproute2 update"
2006 Dec 14
1
[announce] iproute2 2.6.19-061214
This is an update to the iproute2 command set.
It can be downloaded from:
http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.18-061214.tar.gz
Repository:
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
For more info on iproute2 see:
http://linux-net.osdl.org/index.php/Iproute2
The version number includes the kernel version to denote what features are
2004 Aug 23
0
[announce] iproute2 for 2.6.8 (and 2.4.27)
This version supports:
* changes ''tc'' for latest netem
* hfsc/sc patch from Patrick
* packet classification action from Jamal
* copies of critical tc/netlink API headers so the command can be
built on older systems. Only auto-configuration left is ATM.
The versioning scheme is to label the highest version of kernel used.
It should build and run on older systems as well,
2005 Oct 07
1
[ANNOUNCE] iproute2 (051007)
Fix one serious bug (in libnetlink), and a couple of other minor
patches.
http://developer.osdl.org/dev/iproute2/download/iproute2-051007.tar.gz
Stephen Hemminger
Reenable ip mroute
Mike Frysinger
Handle pfifo_fast that has no qopt without segfaulting
Mads Martin Joergensen
Trivial netem ccopts
Jerome Borsboom
Fix regression in ip addr (libnetlink) handling
--
Stephen Hemminger
2005 Apr 01
0
[ANNOUNCE] iproute2 2.6.11-050330
An updated version of the iproute2 utilities is available at:
http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.11-050330.tar.gz
It supports the latest features from 2.6, but is backwards compatiable
with 2.4.
This update includes several bugfixes and build clean from
the previous version (2.6.11-050314):
[Jamal Hadi Salim]
* Proper verison of iptables headers (from 1.3.1)
* Set
2005 Sep 30
4
[ANNOUNCE] iproute2 version (050929)
There is an new minor update to iproute2 utilities available:
http://developer.osdl.org/dev/iproute2/download/iproute2-050929.tar.gz
Also, this (and future) releases are now signed, for key info read:
http://developer.osdl.org/dev/iproute2/signature.html
[Stephen Hemminger]
Fix uninitialized memory and leaks
Add -batch option to ip.
Update to 2.6.14 headers
[Arnaldo]
Integrate
2006 Oct 02
2
[ANNOUNCE] iproute2-2.6.18-061002
This is a much delayed update to the iproute2 command set.
It can be downloaded from:
http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.18-061002.tar.gz
Repository:
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
For more info on iproute2 see:
http://linux-net.osdl.org/index.php/Iproute2
The version number includes the kernel version to denote what
2005 Feb 07
0
[ANNOUNCE] iproute2 - 2.6.10-050207
Update to iproute2 utilities, mostly bug fixes. Only new functionality is
integration of the ability to derive netem distribution table from experimental
data; simple port from NISTnet.
Download from http://developer.osdl.org/dev/iproute2/download/iproute2-050207.tar.gz
[Mads Martin Joergensen]
Don''t mix address families when flushing
[Jean-Marc Ranger]
Need to call getline() with
2007 Jul 11
3
[ANNOUNCE] iproute2 2.6.22-070710
This is an update to iproute2 utilities including bug fixes and features
related to 2.6.22 kernel.
This package tries to be source compatible across releases.
The same source should build on older systems, but obviously the
newer kernel features won''t be available.
It can be downloaded from:
http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.22-070710.tar.gz
Repository:
2005 Jan 12
0
Test version of iproute2
There is an new version of iproute2 for testing.
http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.10-ss050112.tar.gz
Mostly simple merges, but could have some issues.
Jamal did I get everything you sent?
[Masahide Nakamura]
ipmonitor shows IPv6 prefix list notification
update to iproute2 xfrm for ipv6
[Stephen Hemminger]
fix compile warnings when building 64bit system
2005 Nov 08
6
[ANNOUNCE] iproute2 2.6.14-051107
Update to iproute2 is available. Most of the changes were to repair the
things that broke with the introduction of the batch mode to the ip command.
http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.14-051107.tar.gz
For info on CVS ans other info see:
http://linux-net.osdl.org/index.php/Iproute2
Masahide NAKAMURA
* Updating for 2.6.14
- Show UPD{SA,POLICY} message
2005 Jun 07
0
[ANNOUNCE] iproute2-ss050607
Small update to iproute2, I have been waiting to get a CVS conversion
completed and working on other things so changes are small.
http://developer.osdl.org/dev/iproute2/download/iproute2-ss050607.tar.gz
Stephen Hemminger
* Fix ''ip link'' map to handle case where device gets autoloaded
by using if_nametoindex as fallback
* Device indices are unsigned not int.
Masahide
2004 Jul 01
3
[ANNOUNCE] Updated version of iproute2 snapshot version
Okay, it''s been too long already, here is an update to iproute2
(ip, tc, ss, ...) utilities. Here is an updated snapshot.
http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.X-ss040701.tar.gz
See the ChangeLog for detail but major changes are:
* simple configuration (not autoconf) to deal with different systems
* data rates in "tc" use communication standard
2004 Aug 31
1
netem usage example
I''m trying to setup a netem delay with no luck (using iproute2-2.6.8,
compilation broke during arpd compile, so I use the
tc binary in the tc/ subdir, there''s also a q_netem.so there).
kernel is 2.6.8.1, compile with CPU cycle counter as time reference.
I was using sch_delay of 2.6.7 happily with something like:
tc qdisc add dev eth0 root 1: delay latency 1ms rate 35M
now I use:
2005 Jan 22
2
network emulation
hi,
I am really a newbie in linux traffic control.But i have task to implement a tool similar to
the nistnet tool used for netwok emulation tests but which emulates a wireless environment.
I was exploring the use of the traffic control subsystem for this task.In this regard i have
a few questions i need to post in order to clarify my thoughts on how to do this.I am using
tcng to classify
2004 May 20
1
iproute2 updates, anybody ?
The latest iproute2 software on its site ftp://ftp.inr.ac.ru/ip-routing/
is from 2002 iproute2-2.4.7-now-ss020116-try and even that is marked
with "try" ... since then we''ve seen a lot of patches for it, some
solving bugs some adding support for HTB, esfq, hfsc, wirr etc.
I think, someone mentioned on this list that he has collected all the
patches and updates for iproute2 ...
2004 Sep 28
0
tcng version 10a
... is on SourceForge:
http://tcng.sourceforge.net/dist/tcng-10a.tar.gz
md5sum 3f58447fdf393cbe3c584d80089806dc
See also http://tcng.sourceforge.net/
This release changes a bunch of things, hence the jump in the
version number:
- the name of the traffic control compiler has changed from
"tcc" to "tcng". This has become necessary because of a
name conflicy with the
2005 Jun 09
0
iproute2: Problem in adding xfrm state
Hi
I have the latest iproute2 and am trying to get the following command working
$ ip xfrm state add src dead::4 dst dead::2 proto esp spi 0x201 enc 3des-cbc
0x<48_bit_key> auth hmac-md5 0x<32_bit key> mode tunnel
gives the following error
RTNETLINK answers: Function not implemented.
Any pointers to it.. Please help me out..Am i doing the right way to add to SAD ?
--
abhinav
2005 Jan 25
0
[ANNOUNCE] iproute2 (050124) release
Thanks to the work of Jamal and Thomas; here is an update to iproute2.
http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.10-ss050124.tar.gz
Changes since last version:
[Yun Mao]
fix typo in ss
[Thomas Graf]
tc pedit/action cleanups
add addraw_l
rtattr_parse cleanups
[Jamal Hadi Salim]
typo in m_mirred
add support for pedit
[Jim Gifford]
Fix allocation size error in nomal
2004 Oct 19
9
[ANNOUNCE] iproute2 2.6.9-041019
Now that 2.6.9 is final. Here is an update of the iproute2 utilities
that contains
all the patches in my queue.
* lnstat to replace rtstat and ctstat (from Harald Welte)
* latest xfrm related changes
* several small typo''s and build fixes for older systems
http://developer.osdl.org/dev/iproute2/download/iproute2-2.6.9-041019.tar.gz
2005 May 10
1
Help with PRIO qdisc and filters
Hi,
Sorry to bother you all. I have a typical problem sharing DSL upstream
bandwidth with users. I have 3 types of traffic high-priority,
medium-priority and low priority. My upstream rate is 960kbits. Traffic (any
priority) can vary in bandwidth from 0 to 960kbits. I have a test setup
where I can pump 600kbit of high priority sustained and I have 400kbit of
low priority traffic sustained. I