freifunk-gluon / l3roamd

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

connected client forgets default route after 10 seconds. #13

Closed christf closed 7 years ago

christf commented 7 years ago

a client that is connected and receives a route will shortly therafter forget the default route, essentially disconnecting it from the network. the pcap file illustrates this. We can see the client pinging a server on the internet. After the default route is dropped, we are not seeing echo replies any more but only requests.

The route itself is valid for 900 seconds so should be fine. There is no netlink event that might suggest that the link on level 2 broke.

verloreneroute pcap

christf commented 7 years ago

I was not able to reproduce this.