Netdev List
 help / color / mirror / Atom feed
From: Vlad Dogaru <ddvlad@rosedu.org>
To: netdev@vger.kernel.org
To: netdev@vger.kernel.org
Cc: Vlad Dogaru <ddvlad@rosedu.org>, jamal <hadi@cyberus.ca>,
	Octavian Purdila <opurdila@ixiacom.com>
Subject: [PATCH v2 iproute2 0/3] ip link: add support for network device groups
Date: Tue, 11 Jan 2011 18:35:46 +0200	[thread overview]
Message-ID: <1294763749-9997-1-git-send-email-ddvlad@rosedu.org> (raw)

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(-)


             reply	other threads:[~2011-01-11 16:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-11 16:35 Vlad Dogaru [this message]
2011-01-11 16:35 ` [PATCH v2 iproute2 1/3] ip link: add support for setting device groups 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1294763749-9997-1-git-send-email-ddvlad@rosedu.org \
    --to=ddvlad@rosedu.org \
    --cc=hadi@cyberus.ca \
    --cc=netdev@vger.kernel.org \
    --cc=opurdila@ixiacom.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox