diff options
Diffstat (limited to 'net/ipv6/fib6_rules.c')
-rw-r--r-- | net/ipv6/fib6_rules.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/fib6_rules.c b/net/ipv6/fib6_rules.c index 22a2fdb09831..2c4fbc855e6c 100644 --- a/net/ipv6/fib6_rules.c +++ b/net/ipv6/fib6_rules.c | |||
@@ -129,6 +129,7 @@ static struct nla_policy fib6_rule_policy[RTA_MAX+1] __read_mostly = { | |||
129 | [FRA_PRIORITY] = { .type = NLA_U32 }, | 129 | [FRA_PRIORITY] = { .type = NLA_U32 }, |
130 | [FRA_SRC] = { .minlen = sizeof(struct in6_addr) }, | 130 | [FRA_SRC] = { .minlen = sizeof(struct in6_addr) }, |
131 | [FRA_DST] = { .minlen = sizeof(struct in6_addr) }, | 131 | [FRA_DST] = { .minlen = sizeof(struct in6_addr) }, |
132 | [FRA_TABLE] = { .type = NLA_U32 }, | ||
132 | }; | 133 | }; |
133 | 134 | ||
134 | static int fib6_rule_configure(struct fib_rule *rule, struct sk_buff *skb, | 135 | static int fib6_rule_configure(struct fib_rule *rule, struct sk_buff *skb, |