summaryrefslogtreecommitdiffstats
path: root/drivers/net/vrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/vrf.c')
-rw-r--r--drivers/net/vrf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/vrf.c b/drivers/net/vrf.c
index 762f4d033e1b..f4d0054981c6 100644
--- a/drivers/net/vrf.c
+++ b/drivers/net/vrf.c
@@ -1372,7 +1372,8 @@ static void vrf_setup(struct net_device *dev)
1372 dev->priv_flags |= IFF_NO_QUEUE; 1372 dev->priv_flags |= IFF_NO_QUEUE;
1373} 1373}
1374 1374
1375static int vrf_validate(struct nlattr *tb[], struct nlattr *data[]) 1375static int vrf_validate(struct nlattr *tb[], struct nlattr *data[],
1376 struct netlink_ext_ack *extack)
1376{ 1377{
1377 if (tb[IFLA_ADDRESS]) { 1378 if (tb[IFLA_ADDRESS]) {
1378 if (nla_len(tb[IFLA_ADDRESS]) != ETH_ALEN) 1379 if (nla_len(tb[IFLA_ADDRESS]) != ETH_ALEN)