]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv6/fib6_rules.c
net 04/05: fib_rules: allow to delete local rule
[net-next-2.6.git] / net / ipv6 / fib6_rules.c
index 00a7a5e4ac975a7176d9d3100ea938744865af6b..3b38f49f2c2820a5cd0366615714bf34288227fb 100644 (file)
@@ -276,7 +276,7 @@ static int fib6_rules_net_init(struct net *net)
        INIT_LIST_HEAD(&net->ipv6.fib6_rules_ops->rules_list);
 
        err = fib_default_rule_add(net->ipv6.fib6_rules_ops, 0,
-                                  RT6_TABLE_LOCAL, FIB_RULE_PERMANENT);
+                                  RT6_TABLE_LOCAL, 0);
        if (err)
                goto out_fib6_rules_ops;