aboutsummaryrefslogtreecommitdiff
path: root/target/linux/generic/pending-6.1/151-net-bridge-do-not-send-arp-replies-if-src-and-target.patch
Commit message (Collapse)AuthorAge
* kernel: fix bridge proxyarp issue with some broken DHCP clientsFelix Fietkau2024-01-05
There are broken devices in the wild that handle duplicate IP address detection by sending out ARP requests for the IP that they received from a DHCP server and refuse the address if they get a reply. When proxyarp is enabled, they would go into a loop of requesting an address and then NAKing it again. Fixes: https://github.com/openwrt/openwrt/issues/14309 Signed-off-by: Felix Fietkau <nbd@nbd.name>