net: fib_rules: add extack support
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
f9d4b0c1e9
commit
b16fb418b1
@@ -75,7 +75,8 @@ struct fib_rules_ops {
|
||||
int (*configure)(struct fib_rule *,
|
||||
struct sk_buff *,
|
||||
struct fib_rule_hdr *,
|
||||
struct nlattr **);
|
||||
struct nlattr **,
|
||||
struct netlink_ext_ack *);
|
||||
int (*delete)(struct fib_rule *);
|
||||
int (*compare)(struct fib_rule *,
|
||||
struct fib_rule_hdr *,
|
||||
|
||||
Reference in New Issue
Block a user