freifunk-gluon / l3roamd

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

Only query intercom if the client is not detected locally #28

Closed christf closed 6 years ago

christf commented 6 years ago

This fixes #23.

When a packet to an unknown ipv6 destination address is received, first locally connected clients are queried via NS. After a while intercom will be queried if a local client with that IP is not available.

christf commented 6 years ago

@t-8ch what do you think?