openwrt / odhcpd

This repository is a mirror of https://git.openwrt.org/?p=project/odhcpd.git. Pull requests will be accepted which will be merged in odhcpd.git
GNU General Public License v2.0
160 stars 96 forks source link

dhcpv4: detect noarp interfaces #195

Closed mikma closed 1 year ago

mikma commented 1 year ago

Don't add ARP entries to interfaces with IFF_NOARP, it causes problems with for example WireGuard interfaces (which requires this change to be usable with DHCPv4-over-DHCPv6).

Signed-off-by: Mikael Magnusson mikma@users.sourceforge.net

dedeckeh commented 1 year ago

Patch pushed to master (https://git.openwrt.org/?p=project/odhcpd.git;a=commit;h=dfab0fad85c8b705c483343c99907c229413f7b2); thx