On 7/26/12 6:38 AM, Oliver Francke wrote:
ovs-ofctl add-flow vmbr0 "in_port="${PORT}" ip idle_timeout=0 dl_src=${MAC} nw_src=${IP} priority=39000 action=resubmit("${PORT}",1)"
If you're using the dl_type=0x0800, it should match the ARP protocol as well. So, you already preventing ARP spoofing as well.

Are you able to do this arp poisoning using these openflow setup or just theorycrafting ?

--
Luiz Henrique Ozaki

_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to