netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANNOUNCE] iproute2 3.4.0
@ 2012-05-21 21:37 Stephen Hemminger
  2012-05-21 21:48 ` John Fastabend
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Hemminger @ 2012-05-21 21:37 UTC (permalink / raw)
  To: netdev, linux-kernel

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

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

* Re: [ANNOUNCE] iproute2 3.4.0
  2012-05-21 21:37 [ANNOUNCE] iproute2 3.4.0 Stephen Hemminger
@ 2012-05-21 21:48 ` John Fastabend
  2012-05-21 22:01   ` Stephen Hemminger
  0 siblings, 1 reply; 4+ messages in thread
From: John Fastabend @ 2012-05-21 21:48 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

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

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

* Re: [ANNOUNCE] iproute2 3.4.0
  2012-05-21 21:48 ` John Fastabend
@ 2012-05-21 22:01   ` Stephen Hemminger
  2012-05-21 22:02     ` John Fastabend
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Hemminger @ 2012-05-21 22:01 UTC (permalink / raw)
  To: John Fastabend; +Cc: netdev

On Mon, 21 May 2012 14:48:26 -0700
John Fastabend <john.r.fastabend@intel.com> wrote:

> 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.
> 

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

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

* Re: [ANNOUNCE] iproute2 3.4.0
  2012-05-21 22:01   ` Stephen Hemminger
@ 2012-05-21 22:02     ` John Fastabend
  0 siblings, 0 replies; 4+ messages in thread
From: John Fastabend @ 2012-05-21 22:02 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

On 5/21/2012 3:01 PM, Stephen Hemminger wrote:
> On Mon, 21 May 2012 14:48:26 -0700
> John Fastabend <john.r.fastabend@intel.com> wrote:
> 
>> 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.
>>
> 
> 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.

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

end of thread, other threads:[~2012-05-21 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-21 21:37 [ANNOUNCE] iproute2 3.4.0 Stephen Hemminger
2012-05-21 21:48 ` John Fastabend
2012-05-21 22:01   ` Stephen Hemminger
2012-05-21 22:02     ` John Fastabend

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).