freifunk-gluon / l3roamd

BSD 2-Clause "Simplified" License
12 stars 6 forks source link

Re-Consider Netlink instead of hand-crafted NS #29

Closed christf closed 6 years ago

christf commented 6 years ago

see #18

It is better to let the kernel do stuff instead of doing it ourselves. We need to make sure though that

christf commented 6 years ago

I just re-introduced probing via netlink however it cannot replace the hand-crafted NS. For probing via netlink, it seems the mac address must be known because we operate on a complete neighbour cache entry.

Still probing via netlink is a good addition to l3roamd because that allows us to let the kernel handle status changes, passing only the results to l3roamd.