K 10 svn:author V 2 ae K 8 svn:date V 27 2011-08-03T04:28:16.294683Z K 7 svn:log V 294 MFC r223753: ARP code reuses mbuf from ARP request to make a reply, but it does not reset rcvif to NULL. Since rcvif is not NULL, ipfw(4) supposes that ARP replies were received on specified interface. Reset rcvif to NULL for ARP replies to fix this issue. PR: kern/131817 END