In short, you construct an ARP reply in a buffer (exactly how you do this is up 
to you... if you're using Python, there's an ARP class in the packet library), 
and then send it to the appropriate switch as part of an OFPT_PACKET_OUT 
message.

-- Murphy

On Aug 10, 2011, at 12:31 AM, Yaxuan wrote:

> Hi, all,
>  
> If the nox controller traps the ARP_request from a host, how can it send a 
> (fake) ARP_reply to the host?
>  
> Thanks,
>  
>  
> Yaxuan
> _______________________________________________
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/listinfo/nox-dev

_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev

Reply via email to