From: Stephen Hemminger <hidden> Date: 2012-05-21 21:37:44
To go with kernel release of 3.4 here is the update to
iproute2. There wasn't a lot new features in this release, mostly
manual pages and cleanups.
Source:
http://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-3.4.0.tar.gz
Repository:
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
Changes:
Andreas Henriksson (1):
iproute2: trivial fix of ip link syntax in manpage
Chris Elston (1):
iproute2: allow IPv6 addresses for l2tp local and remote parameters
Christoph J. Thompson (4):
iproute2 - Don't hardcode the path to config files
iproute2 - Split up cflags
iproute2 - Split up manual page installation
iproute2 - Fix up and simplify variables pointing to install directories
Eric Dumazet (1):
Fix ss if INET_DIAG not enabled in kernel
Florian Westphal (1):
tc: man: choke counts packets, not bytes
James Chapman (1):
iproute2: add ip-l2tp man page
Jorge Boncompte [DTI2] (1):
iproute: show metrics as an unsigned value
João Valverde (1):
ipl2tp: allow setting session interface name
Rose, Gregory V (1):
iproute2: Add netlink attribute to filter dump requests
Shan Wei (1):
ss: use new INET_DIAG_SKMEMINFO option to get more memory information for tcp socket
Stephen Hemminger (6):
Add ability to set link state with ip
Make link mode case independent
Convert to use rta_getattr_ functions
Merge in 3.3-rc2 kernel headers
Revert "iproute2: allow IPv6 addresses for l2tp local and remote parameters"
v3.4.0
Vijay Subramanian (1):
Update man8 Makefile
From: John Fastabend <hidden> Date: 2012-05-21 21:48:27
On 5/21/2012 2:37 PM, Stephen Hemminger wrote:
To go with kernel release of 3.4 here is the update to
iproute2. There wasn't a lot new features in this release, mostly
manual pages and cleanups.
Source:
http://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-3.4.0.tar.gz
Repository:
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
Changes:
Hi Stephen,
Any plans to push the new 'bridge' tool into the next release? We
have been using it internally and it works great. I also wanted
to add some code to it for managing the forwarding tables of the
embedded switching elements and have been experimenting with some
code to enable VEB/VEPA modes.
If you want me to help with testing or otherwise let me know.
Thanks,
John
From: Stephen Hemminger <hidden> Date: 2012-05-21 22:01:13
On Mon, 21 May 2012 14:48:26 -0700
John Fastabend [off-list ref] wrote:
On 5/21/2012 2:37 PM, Stephen Hemminger wrote:
quoted
To go with kernel release of 3.4 here is the update to
iproute2. There wasn't a lot new features in this release, mostly
manual pages and cleanups.
Source:
http://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-3.4.0.tar.gz
Repository:
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
Changes:
Hi Stephen,
Any plans to push the new 'bridge' tool into the next release? We
have been using it internally and it works great. I also wanted
to add some code to it for managing the forwarding tables of the
embedded switching elements and have been experimenting with some
code to enable VEB/VEPA modes.
If you want me to help with testing or otherwise let me know.
It is on my TODO list, but haven't got to it yet. Will put in for 3.5.
The name will be 'bridge' not 'br' to avoid conflict wit X10
From: John Fastabend <hidden> Date: 2012-05-21 22:02:30
On 5/21/2012 3:01 PM, Stephen Hemminger wrote:
On Mon, 21 May 2012 14:48:26 -0700
John Fastabend [off-list ref] wrote:
quoted
On 5/21/2012 2:37 PM, Stephen Hemminger wrote:
quoted
To go with kernel release of 3.4 here is the update to
iproute2. There wasn't a lot new features in this release, mostly
manual pages and cleanups.
Source:
http://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-3.4.0.tar.gz
Repository:
git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git
Changes:
Hi Stephen,
Any plans to push the new 'bridge' tool into the next release? We
have been using it internally and it works great. I also wanted
to add some code to it for managing the forwarding tables of the
embedded switching elements and have been experimenting with some
code to enable VEB/VEPA modes.
If you want me to help with testing or otherwise let me know.
It is on my TODO list, but haven't got to it yet. Will put in for 3.5.
The name will be 'bridge' not 'br' to avoid conflict wit X10
Sounds good thanks. Figured it was on your TODO list somewhere
thought I would check though.