Netdev List
 help / color / mirror / Atom feed
* [PATCH v2 iproute2 0/3] ip link: add support for network device groups
@ 2011-01-11 16:35 Vlad Dogaru
  2011-01-11 16:35 ` [PATCH v2 iproute2 1/3] ip link: add support for setting " Vlad Dogaru
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vlad Dogaru @ 2011-01-11 16:35 UTC (permalink / raw)
  To: netdev, netdev; +Cc: Vlad Dogaru, jamal, Octavian Purdila

This patch series adds userspace support for network device groups.
There is support for setting device groups, listing only interfaces of a
specific group, and setting basic device parameters for all interfaces
in a group.

The patches use the IFLA_GROUP attribute, for which I posted pathes in a
different set.

Changes since version 1:
 * a single attribute is used for both setting the group of a device and
   manipulating an entire group.

Vlad Dogaru (3):
  ip link: add support for setting device groups
  ip link: support listing devices by group
  ip link: support setting device parameters by group

 include/linux/if_link.h   |    2 +
 include/linux/netdevice.h |    2 +-
 include/utils.h           |    3 +-
 ip/ipaddress.c            |   14 +++++++++++
 ip/iplink.c               |   55 +++++++++++++++++++++++++++++++++++++++++++-
 ip/link_veth.c            |    3 +-
 6 files changed, 74 insertions(+), 5 deletions(-)


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

end of thread, other threads:[~2011-01-11 16:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-11 16:35 [PATCH v2 iproute2 0/3] ip link: add support for network device groups Vlad Dogaru
2011-01-11 16:35 ` [PATCH v2 iproute2 1/3] ip link: add support for setting " Vlad Dogaru
2011-01-11 16:35 ` [PATCH v2 iproute2 2/3] ip link: support listing devices by group Vlad Dogaru
2011-01-11 16:35 ` [PATCH v2 iproute2 3/3] ip link: support setting device parameters " Vlad Dogaru

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox