My OpenWRT-powered control board (with dnsmasq) doesn't give the nodes in my cluster any fresh IP addresses. While trying to hunt down the cause, I stumbled upon some age-old (and incorrect) ARP entries:
mixtile@ClusterBox:~$ ip neigh show
10.20.0.11 dev pci0 used 0/0/0 probes 6 FAILED
192.168.178.1 dev eth0.2 lladdr 34:81:c4:dd:78:f2 ref 1 used 0/0/0 probes 1 REACHABLE
10.20.0.12 dev pci0 used 0/0/0 probes 6 FAILED
192.168.178.43 dev eth0.2 lladdr b4:2e:99:c6:e9:9f ref 1 used 0/0/0 probes 1 DELAY
fe80::d0:62ff:fe73:d062 dev eth0.2 lladdr 02:d0:62:73:d0:62 used 0/0/0 probes 0 STALE
fe80::ca8e:d1ff:fe90:94ee dev eth0.2 lladdr c8:8e:d1:90:94:ee used 0/0/0 probes 0 STALE
An adapted edition of 23.05. Comes from the manufacturer of the cluster, who won't switch to a newer version.
It appears you are using firmware that is not from the official OpenWrt project.
When using forks/offshoots/vendor-specific builds that are "based on OpenWrt", there may be many differences compared to the official versions (hosted by OpenWrt.org). Some of these customizations may fundamentally change the way that OpenWrt works. You might need help from people with specific/specialized knowledge about the firmware you are using, so it is possible that advice you get here may not be useful.
Ask for help from the maintainer(s) or user community of the specific firmware that you are using.
Provide the source code for the firmware so that users on this forum can understand how your firmware works (OpenWrt forum users are volunteers, so somebody might look at the code if they have time and are interested in your issue).
If you believe that this specific issue is common to generic/official OpenWrt and/or the maintainers of your build have indicated as such, please feel free to clarify.
That's exactly the problem: The manufacturer won't disclose the amendments he has made to theis particular version, so I don't even know what's wrong here.