[NETNS]: Pass fib_rules_ops into default_pref method.
fib_rules_ops contains operations and the list of configured rules. ops will become per/namespace soon, so we need them to be known in the default_pref callback. Acked-by: Benjamin Thery <benjamin.thery@bull.net> Acked-by: Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
f8c26b8d58
commit
868d13ac81
@@ -223,7 +223,7 @@ nla_put_failure:
|
||||
return -ENOBUFS;
|
||||
}
|
||||
|
||||
static u32 fib6_rule_default_pref(void)
|
||||
static u32 fib6_rule_default_pref(struct fib_rules_ops *ops)
|
||||
{
|
||||
return 0x3FFF;
|
||||
}
|
||||
|
Reference in New Issue
Block a user