[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87ziyvr4w2.fsf@x220.int.ebiederm.org>
Date: Tue, 03 Nov 2015 00:09:01 -0600
From: ebiederm@...ssion.com (Eric W. Biederman)
To: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
Cc: David Miller <davem@...emloft.net>, rshearma@...cade.com,
netdev@...r.kernel.org, Roopa Prabhu <roopa@...ulusnetworks.com>
Subject: Re: [PATCH net-next] mpls: Don't accept multipath configuration until the support is complete
Sergei Shtylyov <sergei.shtylyov@...entembedded.com> writes:
> Hello.
>>
>> diff --git a/net/mpls/af_mpls.c b/net/mpls/af_mpls.c
>> index c70d750148b6..893cd2dc3979 100644
>> --- a/net/mpls/af_mpls.c
>> +++ b/net/mpls/af_mpls.c
>> @@ -1162,6 +1162,8 @@ static int rtm_to_route_config(struct sk_buff *skb, struct nlmsghdr *nlh,
>> {
>> cfg->rc_mp = nla_data(nla);
>> cfg->rc_mp_len = nla_len(nla);
>> + /* Fail until multipath support is complete */
>> + goto errout;
>> break;
>
> Forgot to delete *break*?
Nope. I did that deliberately, because this code is not supposed to
stay this way for long.
Eric
--
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