Hi Dave, Patrick,
sorry I could not follow the complete discussion of the fixes done for this problem
but does
if (netif_device_present(real_dev) && ops->ndo_neigh_setup)
- err = ops->ndo_neigh_setup(dev, pa);
+ err = ops->ndo_neigh_setup(real_dev, pa);
not change the idea of the neigh_setup? Remind we want the neigh_setup of the
real device as the neigh setup function for the vlan device.
Frank
Patrick McHardy schrieb: