need i send an ARP REPLY if inquiry_arp.target_ip not me?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
miaowei
Member
Member
Posts: 84
Joined: Wed Dec 18, 2013 9:10 am

need i send an ARP REPLY if inquiry_arp.target_ip not me?

Post by miaowei »

Hi ~
i am implementing the ARP protocol for my kernel.
I want to know, if i receive an ARP inquiry whose target ip is not me, need i reply for it ?
i have read the wiki, but didn't find an answer.
in my opinion, i should rely only when the inquiry_arp.target_ip == 0, which means he want to know the MAC of all machines within a local network.
User avatar
CorruptedByCPU
Member
Member
Posts: 79
Joined: Tue Feb 11, 2014 4:59 pm

Re: need i send an ARP REPLY if inquiry_arp.target_ip not me

Post by CorruptedByCPU »

Answer if frame mention yours IP only. (i do that, and it works :)
https://blackdev.org/ - system programming, my own 64 bit kernel and software.
Post Reply