net: vxlan: Add extack support to vxlan_fdb_delete
authorAlaa Mohamed <eng.alaamohamedsoliman.am@gmail.com>
Thu, 5 May 2022 15:09:58 +0000 (17:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 May 2022 10:58:20 +0000 (11:58 +0100)
commite92695e506d663bc4868ffc5bc187488a4f4d5c8
tree5f1b7ad47ab6ec26c6d169b65488777e77a909fc
parentca4567f1e6f660f86fcd04f3563c0045b0d4772f
net: vxlan: Add extack support to vxlan_fdb_delete

This patch adds extack msg support to vxlan_fdb_delete and vxlan_fdb_parse.
extack is used to propagate meaningful error msgs to the user of vxlan
fdb netlink api

Signed-off-by: Alaa Mohamed <eng.alaamohamedsoliman.am@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan/vxlan_core.c