From: Stephen Hemminger <stephen@networkplumber.org>
To: Scott Feldman <sfeldma@cumulusnetworks.com>
Cc: netdev@vger.kernel.org, shm@cumulusnetworks.com
Subject: Re: [PATCH iproute2] Add more supoprt for bonding netlink attributes
Date: Mon, 2 Dec 2013 23:54:56 -0800 [thread overview]
Message-ID: <20131202235456.14e68d53@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <20131107103609.27546.20194.stgit@monster-03.cumulusnetworks.com>
On Thu, 07 Nov 2013 02:36:09 -0800
Scott Feldman <sfeldma@cumulusnetworks.com> wrote:
> Add get/set support for the following bonding attributes:
>
> miimon
> updelay
> downdelay
> use_carrier
> arp_interval
> arp_ip_target
> arp_validate
> arp_all_targets
>
> Signed-off-by: Scott Feldman <sfeldma@cumulusnetworks.com>
> ---
> include/linux/if_link.h | 8 +++
> ip/iplink_bond.c | 134 ++++++++++++++++++++++++++++++++++++++++++++++-
> 2 files changed, 140 insertions(+), 2 deletions(-)
>
> diff --git a/include/linux/if_link.h b/include/linux/if_link.h
> index a485920..69e0353 100644
> --- a/include/linux/if_link.h
> +++ b/include/linux/if_link.h
> @@ -329,6 +329,14 @@ enum {
> IFLA_BOND_UNSPEC,
> IFLA_BOND_MODE,
> IFLA_BOND_ACTIVE_SLAVE,
> + IFLA_BOND_MIIMON,
> + IFLA_BOND_UPDELAY,
> + IFLA_BOND_DOWNDELAY,
> + IFLA_BOND_USE_CARRIER,
> + IFLA_BOND_ARP_INTERVAL,
> + IFLA_BOND_ARP_IP_TARGET,
> + IFLA_BOND_ARP_VALIDATE,
> + IFLA_BOND_ARP_ALL_TARGETS,
> __IFLA_BOND_MAX,
> };
>
Since these header file patches are not even in net-next. Please resubmit when
net-next reopens and the kernel part is done.
prev parent reply other threads:[~2013-12-03 7:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-07 10:36 [PATCH iproute2] Add more supoprt for bonding netlink attributes Scott Feldman
2013-12-03 7:54 ` Stephen Hemminger [this message]
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=20131202235456.14e68d53@nehalam.linuxnetplumber.net \
--to=stephen@networkplumber.org \
--cc=netdev@vger.kernel.org \
--cc=sfeldma@cumulusnetworks.com \
--cc=shm@cumulusnetworks.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;
as well as URLs for NNTP newsgroup(s).