I can run
ip neigh add [ip] lladdr [mac address] nud permanent dev br-lan
to set a static arp entry, but I've researched and found adding
[mac address] [ip] in the etc/ethers file, then run
post-up arp -f /etc/ethers
can make the static arp entry survive reboot.
Problem is, the "post-up arp -f /etc/ethers" command is, I think, obsolete now that the iproute2 tools are used.
Does anyone know how to set a permanent apr entry to survive reboot using iproute2 tools or how to do this another way?