summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2022-05-09 13:58:20 +0300
committerDavid S. Miller <davem@davemloft.net>2022-05-09 13:58:20 +0300
commit5dd6da25255a9d64622c693b99d7668da939a980 (patch)
tree5f1b7ad47ab6ec26c6d169b65488777e77a909fc /include/linux
parent6da3c47264b2083006262f9c733b6597bf191d9b (diff)
parente92695e506d663bc4868ffc5bc187488a4f4d5c8 (diff)
downloadlinux-5dd6da25255a9d64622c693b99d7668da939a980.tar.xz
Merge branch 'vxlan_fdb_delete-extack'
Alaa Mohamed says: ==================== propagate extack to vxlan_fdb_delete In order to propagate extack to vxlan_fdb_delete and vxlan_fdb_parse, add extack to .ndo_fdb_del and edit all fdb del handelers. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 8cf0ac616cb9..74c97a34921d 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1513,7 +1513,7 @@ struct net_device_ops {
struct nlattr *tb[],
struct net_device *dev,
const unsigned char *addr,
- u16 vid);
+ u16 vid, struct netlink_ext_ack *extack);
int (*ndo_fdb_del_bulk)(struct ndmsg *ndm,
struct nlattr *tb[],
struct net_device *dev,