commit | 25e20e730d56471cffa25419bf2a66078bd55330 | [log] [tgz] |
---|---|---|
author | Roopa Prabhu <roopa@cumulusnetworks.com> | Wed Jul 04 16:46:30 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jul 07 20:20:46 2018 +0900 |
tree | cae5bce64949e50ab60f3c30f742e3d6088c0abe | |
parent | 8d356b89f36d234a56434a110ae779e8ac389ca2 [diff] |
vxlan: add new fdb alloc and create helpers - Add new vxlan_fdb_alloc helper - rename existing vxlan_fdb_create into vxlan_fdb_update: because it really creates or updates an existing fdb entry - move new fdb creation into a separate vxlan_fdb_create Main motivation for this change is to introduce the ability to decouple vxlan fdb creation and notify, used in a later patch. Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>