There is some TP-Link router from a provider, its ip is 192.168.10.201, DHCP is off, wifi is ON. dnsmasq runs on another machine in the network at 192.168.10.200 and advertises 192.168.10.201 as a default route. Plus, there is another wifi access point (192.168.1.5). Things work fine for months.
Now, I replace TP-link with GL-MT6000 (OpenWrt 21.02-SNAPSHOT r15812+1082-46b6ee7ffc), things work but almost. Every few minutes network on my Amazon FireTV stops working - it keeps responding to pings but that's about it, kodi cannot access local share, other apps cannot go to the internet. On the GL-MT6000 router I am getting these a lot (every few minutes), these appear when FireTV fails:
Sun Dec 15 23:29:56 2024 kern.info kernel: [14718.998205] foe_clear_entry: state=2
Sun Dec 15 23:29:56 2024 kern.info kernel: [14719.001787] Delete old entry: dip =192.168.10.171
Sun Dec 15 23:29:56 2024 kern.info kernel: [14719.006478] Old mac= 90:11:95:61:10:58
Sun Dec 15 23:29:56 2024 kern.info kernel: [14719.010215] New mac= d4:a3:eb:88:66:dc
192.168.10.171 is ip of the FireTV, 90:11:95:61:10:58 is its mac.
d4:a3:eb:88:66:dc is a mac of some ONVIF camera, its ip is 192.168.10.234.
Switching the camera off fixes everything. Rebooting everything does not help at all. Connecting FireTV to the router's AP or an old AP does not change a thing.
What is triggering these "old mac"/"new mac" messages, where do these come from?