]> 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)
commit23dc52cccd3a806e467cc05a1f58555c07c7a384
tree5f1b7ad47ab6ec26c6d169b65488777e77a909fc
parent3207846f434b767c6d3a25996e20fa578cd243dd
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