[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <50902115.3090005@gurgi.dk>
Date: Tue, 30 Oct 2012 19:48:53 +0100
From: "Tommy S. Christensen" <tsc@...gi.dk>
To: Stephen Hemminger <shemminger@...tta.com>
CC: davem@...emloft.net, netdev@...r.kernel.org
Subject: Re: [PATCH net-next 1/8] bridge: bridge port parameters over netlink
On 10/30/2012 01:57 AM, Stephen Hemminger wrote:
>
> -/*
> - * Change state of port (ie from forwarding to blocking etc)
> +static const struct nla_policy ifla_brport_policy[IFLA_BRPORT_MAX + 1] = {
> + [IFLA_BRPORT_STATE] = { .type = NLA_U8 },
> + [IFLA_BRPORT_COST] = { .type = NLA_U16 },
> + [IFLA_BRPORT_PRIORITY] = { .type = NLA_U32 },
> + [IFLA_BRPORT_MODE] = { .type = NLA_U8 },
> +};
> +
Hey Stephen
It seems you've swapped the sizes of COST and PRIORITY in this part.
-Tommy
--
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