[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131122173334.0ae81887@nehalam.linuxnetplumber.net>
Date: Fri, 22 Nov 2013 17:33:34 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Arvid Brodin <arvid.brodin@...n.com>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
Stephen Hemminger <shemminger@...tta.com>
Subject: Re: [PATCH IPROUTE] ip: Add HSR support
On Fri, 8 Nov 2013 20:34:36 +0100
Arvid Brodin <arvid.brodin@...n.com> wrote:
> This patch adds basic support for High-Availability Seamless
> Redundancy (HSR) network devices.
>
> Signed-off-by: Arvid Brodin <arvid.brodin@...n.com>
Will not apply to current iproute source. The header files have been updated
to be from current upstream (linus), and the IFLA_HSR doesn't match.
Please fix, and resubmit. Note, for iproute2 the header files are updated
perodically by using headers from kernel source (sanitized).
usr/include/linux/if_link.h
/* HSR section */
enum {
IFLA_HSR_UNSPEC,
IFLA_HSR_SLAVE1,
IFLA_HSR_SLAVE2,
IFLA_HSR_MULTICAST_SPEC,
__IFLA_HSR_MAX,
};
#define IFLA_HSR_MAX (__IFLA_HSR_MAX - 1)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists