+1
−12
+1
−10
include/linux/mroute_base.h
0 → 100644
+52
−0
+5
−0
+1
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The two implementations have almost identical structures - vif_device and
mif_device. As a step toward uniforming the mr_tables, eliminate the
mif_device and relocate the vif_device definition into a new common
header file.
Also, introduce a common initializing function for setting most of the
vif_device fields in a new common source file. This requires modifying
the ipv{4,6] Kconfig and ipv4 makefile as we're introducing a new common
config option - CONFIG_IP_MROUTE_COMMON.
Signed-off-by:
Yuval Mintz <yuvalm@mellanox.com>
Acked-by:
Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by:
David S. Miller <davem@davemloft.net>