]> git.baikalelectronics.ru Git - kernel.git/commit
vxlan_core: move some fdb helpers to non-static
authorRoopa Prabhu <roopa@nvidia.com>
Tue, 1 Mar 2022 05:04:31 +0000 (05:04 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2022 08:38:02 +0000 (08:38 +0000)
commit390a24d9cb0fa05f12a56d353832ca2e4d6f28ca
tree3643ef955b878dad788887194340e95dd8115c79
parent458a9ba674756840a7a6a0050912a15ab92c785d
vxlan_core: move some fdb helpers to non-static

This patch moves some fdb helpers to non-static
for use in later patches. Ideally, all fdb code
could move into its own file vxlan_fdb.c.
This can be done as a subsequent patch and is out
of scope of this series.

Signed-off-by: Roopa Prabhu <roopa@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan/vxlan_core.c
drivers/net/vxlan/vxlan_private.h