freifunk-gluon / l3roamd

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

flush fdb and neighbour cache on startup #12

Closed christf closed 7 years ago

christf commented 7 years ago

l3roamd should make sure it knows about every connected client when it is starting. At the moment, clients that are connected are never found until they time out on the client bridge interface. ip neigh flush after starting to listen on netlink events mitigates this issue.

christf commented 7 years ago

Thomas already did this. thanks!