diff options
-rw-r--r-- | net/decnet/dn_rules.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/decnet/dn_rules.c b/net/decnet/dn_rules.c index 878312ff34ec..c8d9411e5943 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 = { | |||
116 | [FRA_SRC] = { .type = NLA_U16 }, | 116 | [FRA_SRC] = { .type = NLA_U16 }, |
117 | [FRA_DST] = { .type = NLA_U16 }, | 117 | [FRA_DST] = { .type = NLA_U16 }, |
118 | [FRA_FWMARK] = { .type = NLA_U32 }, | 118 | [FRA_FWMARK] = { .type = NLA_U32 }, |
119 | [FRA_TABLE] = { .type = NLA_U32 }, | ||
119 | }; | 120 | }; |
120 | 121 | ||
121 | static int dn_fib_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) | 122 | static int dn_fib_rule_match(struct fib_rule *rule, struct flowi *fl, int flags) |