[PATCH net-2.6.25 2/19] [NETNS] Pass fib_rules_ops into default_pref method.

2008-01-09 Thread Denis V. Lunev
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 <[EMAIL PROTECTED]> Acked-by: Daniel Lezcano <[EMAIL PROTECTED]> Signed-off-by: Denis V. Lunev <[EMAIL PROTECTE

[PATCH net-2.6.25 2/19] [NETNS] Pass fib_rules_ops into default_pref method.

2007-12-19 Thread Denis V. Lunev
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 <[EMAIL PROTECTED]> Signed-off-by: Denis V. Lunev <[EMAIL PROTECTED]> --- include/net/fib_rules.h |2 +- n