[ovs-discuss] flow-rules for arp

Abhishek Verma abhishekv.verma at gmail.com
Tue Jul 21 16:20:47 UTC 2015


Hi,

I am adding the following rules:

ovs-ofctl add-flow SWITCH priority=500,arp,nw_dst=
100.0.0.0/24,actions=normal
ovs-ofctl add-flow SWITCH priority=501,arp,nw_dst=
200.99.0.0/16,actions=normal
ovs-ofctl add-flow SWITCH priority=502,arp,actions=drop

My understanding is that with these rules i will be able to recieve ARP
requests and replies for all hosts falling in subnets 100.0.0.0/24 and
200.99.0.0/16. Every other ARP message will be dropped.

Is my understanding correct?

Thanks, Abhishek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20150721/0c4a7d6b/attachment-0002.html>


More information about the discuss mailing list