On 05/22/2018 07:51 AM, Roopa Prabhu wrote:
> From: Roopa Prabhu <ro...@cumulusnetworks.com>
> 
> 

...

> diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c
> index 4d622112..cf5cfc5 100644
> --- a/net/ipv4/fib_frontend.c
> +++ b/net/ipv4/fib_frontend.c
> @@ -649,6 +649,10 @@ const struct nla_policy rtm_ipv4_policy[RTA_MAX + 1] = {
>       [RTA_ENCAP]             = { .type = NLA_NESTED },
>       [RTA_UID]               = { .type = NLA_U32 },
>       [RTA_MARK]              = { .type = NLA_U32 },
> +     [RTA_TABLE]             = { .type = NLA_U32 },
> +     [RTA_IP_PROTO]          = { .type = NLA_U8 },
> +     [RTA_SPORT]             = { .type = NLA_U16 },
> +     [RTA_DPORT]             = { .type = NLA_U16 },
>  };

Hi Roopa

RTA_TABLE addition looks like a bug fix for net tree ?

This should be sent as an independent patch IMO.

Thanks.

Reply via email to