[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <15b326c5-a3e5-14a2-2034-072f2d2794fb@gmail.com>
Date: Wed, 24 Jan 2018 15:08:39 -0700
From: David Ahern <dsahern@...il.com>
To: netdev@...r.kernel.org, David Miller <davem@...emloft.net>
Cc: yoshfuji@...ux-ipv6.org, idosch@...lanox.com,
roopa@...ulusnetworks.com
Subject: Re: [PATCH net-next 3/3] net/ipv6: Add support for onlink flag
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.
Powered by blists - more mailing lists