diff options
author | Roopa Prabhu <roopa@cumulusnetworks.com> | 2018-04-21 09:41:31 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-23 10:21:24 -0400 |
commit | b16fb418b1bf2a9f14d5d2a4fe29bde1f5550b37 (patch) | |
tree | 27d935b093ea81e976b6b14778d462c2bcf87d32 /include | |
parent | f9d4b0c1e9695e3de7af3768205bacc27312320c (diff) | |
download | linux-stable-b16fb418b1bf2a9f14d5d2a4fe29bde1f5550b37.tar.gz linux-stable-b16fb418b1bf2a9f14d5d2a4fe29bde1f5550b37.tar.bz2 linux-stable-b16fb418b1bf2a9f14d5d2a4fe29bde1f5550b37.zip |
net: fib_rules: add extack support
Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/fib_rules.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/fib_rules.h b/include/net/fib_rules.h index e5cfcfc7dd93..b473df5b9512 100644 --- a/include/net/fib_rules.h +++ b/include/net/fib_rules.h @@ -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 *, |