diff options
author | Roopa Prabhu <roopa@cumulusnetworks.com> | 2018-04-21 12:41:31 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-23 10:21:24 -0400 |
commit | b16fb418b1bf2a9f14d5d2a4fe29bde1f5550b37 (patch) | |
tree | 27d935b093ea81e976b6b14778d462c2bcf87d32 /net/ipv4/ipmr.c | |
parent | f9d4b0c1e9695e3de7af3768205bacc27312320c (diff) |
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 'net/ipv4/ipmr.c')
-rw-r--r-- | net/ipv4/ipmr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv4/ipmr.c b/net/ipv4/ipmr.c index 2fb4de3f7f66..38e092eafc97 100644 --- a/net/ipv4/ipmr.c +++ b/net/ipv4/ipmr.c | |||
@@ -201,7 +201,8 @@ static const struct nla_policy ipmr_rule_policy[FRA_MAX + 1] = { | |||
201 | }; | 201 | }; |
202 | 202 | ||
203 | static int ipmr_rule_configure(struct fib_rule *rule, struct sk_buff *skb, | 203 | static int ipmr_rule_configure(struct fib_rule *rule, struct sk_buff *skb, |
204 | struct fib_rule_hdr *frh, struct nlattr **tb) | 204 | struct fib_rule_hdr *frh, struct nlattr **tb, |
205 | struct netlink_ext_ack *extack) | ||
205 | { | 206 | { |
206 | return 0; | 207 | return 0; |
207 | } | 208 | } |