aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/fib6_rules.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/fib6_rules.c')
-rw-r--r--net/ipv6/fib6_rules.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/fib6_rules.c b/net/ipv6/fib6_rules.c
index 00a7a5e4ac97..3b38f49f2c28 100644
--- a/net/ipv6/fib6_rules.c
+++ b/net/ipv6/fib6_rules.c
@@ -276,7 +276,7 @@ static int fib6_rules_net_init(struct net *net)
276 INIT_LIST_HEAD(&net->ipv6.fib6_rules_ops->rules_list); 276 INIT_LIST_HEAD(&net->ipv6.fib6_rules_ops->rules_list);
277 277
278 err = fib_default_rule_add(net->ipv6.fib6_rules_ops, 0, 278 err = fib_default_rule_add(net->ipv6.fib6_rules_ops, 0,
279 RT6_TABLE_LOCAL, FIB_RULE_PERMANENT); 279 RT6_TABLE_LOCAL, 0);
280 if (err) 280 if (err)
281 goto out_fib6_rules_ops; 281 goto out_fib6_rules_ops;
282 282