diff options
| author | 2022-05-09 11:58:20 +0100 | |
|---|---|---|
| committer | 2022-05-09 11:58:20 +0100 | |
| commit | 5dd6da25255a9d64622c693b99d7668da939a980 (patch) | |
| tree | 5f1b7ad47ab6ec26c6d169b65488777e77a909fc /include | |
| parent | Merge branch 'wwan-t7xx' (diff) | |
| parent | net: vxlan: Add extack support to vxlan_fdb_delete (diff) | |
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')
| -rw-r--r-- | include/linux/netdevice.h | 2 |
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, |
