|
@@ -56,7 +56,7 @@ struct fib_rules_ops
|
|
int (*fill)(struct fib_rule *, struct sk_buff *,
|
|
int (*fill)(struct fib_rule *, struct sk_buff *,
|
|
struct nlmsghdr *,
|
|
struct nlmsghdr *,
|
|
struct fib_rule_hdr *);
|
|
struct fib_rule_hdr *);
|
|
- u32 (*default_pref)(void);
|
|
|
|
|
|
+ u32 (*default_pref)(struct fib_rules_ops *ops);
|
|
size_t (*nlmsg_payload)(struct fib_rule *);
|
|
size_t (*nlmsg_payload)(struct fib_rule *);
|
|
|
|
|
|
/* Called after modifications to the rules set, must flush
|
|
/* Called after modifications to the rules set, must flush
|