CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/10/17 06:20:17
Modified files: sys/netinet : if_ether.c Log message: Allow us to accept gratuitous ARP requests in cases where the link-route points over the carp interface. (IP-less carpdev) The descision whether to drop an ARP query is now expressed with a goto out; rather than a second check later, which prevented the carpdev case to work. Also add some comments to make in_arpinput() easier to understand. OK henning, markus.