From: Steven Whitehouse Date: Fri, 11 Aug 2006 23:43:41 +0000 (-0700) Subject: [DECNET] Fix to multiple tables routing X-Git-Tag: v2.6.19-rc1~1272^2~273 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d880309ae17783c27016bf4f903782d322d0a2a1;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git [DECNET] Fix to multiple tables routing Here is a fix to Patrick McHardy's increase number of routing tables patch for DECnet. I did just test this and it appears to be working fine with this patch. Signed-off-by: Steven Whitehouse Acked-by: Patrick McHardy Signed-off-by: David S. Miller --- diff --git a/net/decnet/dn_rules.c b/net/decnet/dn_rules.c index 878312f..c8d9411 100644 --- a/net/decnet/dn_rules.c +++ b/net/decnet/dn_rules.c @@ -116,6 +116,7 @@ static struct nla_policy dn_fib_rule_policy[FRA_MAX+1] __read_mostly = { [FRA_SRC] = { .type = NLA_U16 }, [FRA_DST] = { .type = NLA_U16 }, [FRA_FWMARK] = { .type = NLA_U32 }, + [FRA_TABLE] = { .type = NLA_U32 }, }; static int dn_fib_rule_match(struct fib_rule *rule, struct flowi *fl, int flags)