ipv4: remove an unused parameter from configure method of fib_rules_ops.
Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
980c9e8cee
commit
8b3521eeb7
@@ -115,7 +115,7 @@ static int dn_fib_rule_match(struct fib_rule *rule, struct flowi *fl, int flags)
|
||||
}
|
||||
|
||||
static int dn_fib_rule_configure(struct fib_rule *rule, struct sk_buff *skb,
|
||||
struct nlmsghdr *nlh, struct fib_rule_hdr *frh,
|
||||
struct fib_rule_hdr *frh,
|
||||
struct nlattr **tb)
|
||||
{
|
||||
int err = -EINVAL;
|
||||
|
Reference in New Issue
Block a user