]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf1028955c91e5b3cdbf482edbe01587d152c2d3d
tree5f1b7ad47ab6ec26c6d169b65488777e77a909fc
parentc0886129de73d759d82b49b12d5a4b19c400197e
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