aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv6/ip6mr.c
diff options
context:
space:
mode:
authorRoopa Prabhu <roopa@cumulusnetworks.com>2018-04-21 09:41:31 -0700
committerDavid S. Miller <davem@davemloft.net>2018-04-23 10:21:24 -0400
commitb16fb418b1bf2a9f14d5d2a4fe29bde1f5550b37 (patch)
tree27d935b093ea81e976b6b14778d462c2bcf87d32 /net/ipv6/ip6mr.c
parentfib_rules: move common handling of newrule delrule msgs into fib_nl2rule (diff)
downloadwireguard-linux-b16fb418b1bf2a9f14d5d2a4fe29bde1f5550b37.tar.xz
wireguard-linux-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 'net/ipv6/ip6mr.c')
-rw-r--r--net/ipv6/ip6mr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv6/ip6mr.c b/net/ipv6/ip6mr.c
index 298fd8b6ed17..20a419ee8000 100644
--- a/net/ipv6/ip6mr.c
+++ b/net/ipv6/ip6mr.c
@@ -180,7 +180,8 @@ static const struct nla_policy ip6mr_rule_policy[FRA_MAX + 1] = {
};
static int ip6mr_rule_configure(struct fib_rule *rule, struct sk_buff *skb,
- struct fib_rule_hdr *frh, struct nlattr **tb)
+ struct fib_rule_hdr *frh, struct nlattr **tb,
+ struct netlink_ext_ack *extack)
{
return 0;
}