net: add net available in build_state
The build_state callback of lwtunnel doesn't contain the net namespace structure yet. This patch will add it so we can check on specific address configuration at creation time of rpl source routes. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
8610c7c6e3
commit
faee676944
@@ -162,7 +162,7 @@ drop:
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
static int mpls_build_state(struct nlattr *nla,
|
||||
static int mpls_build_state(struct net *net, struct nlattr *nla,
|
||||
unsigned int family, const void *cfg,
|
||||
struct lwtunnel_state **ts,
|
||||
struct netlink_ext_ack *extack)
|
||||
|
Reference in New Issue
Block a user