[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180124.175342.81540700258640658.davem@davemloft.net>
Date: Wed, 24 Jan 2018 17:53:42 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: dsahern@...il.com
Cc: netdev@...r.kernel.org, yoshfuji@...ux-ipv6.org,
idosch@...lanox.com, roopa@...ulusnetworks.com
Subject: Re: [PATCH net-next 3/3] net/ipv6: Add support for onlink flag
From: David Ahern <dsahern@...il.com>
Date: Wed, 24 Jan 2018 15:08:39 -0700
> On 1/23/18 8:00 PM, David Ahern wrote:
>> + tbid = l3mdev_fib_table(dev) ? : RT_TABLE_MAIN;
>> + if (cfg->fc_table && cfg->fc_table != tbid) {
>> + NL_SET_ERR_MSG(extack,
>> + "Table id mismatch between given table and device");
>> + return -EINVAL;
>> + }
>> +
>> + cfg->fc_table = tbid;
>> +
>> + return 0;
>
> This table check is too restrictive for some PBR cases.
>
> Dave: please drop this set; I'll repost.
Ok.
Powered by blists - more mailing lists