> ifconfig <IP> br0
> ovs-ofctl add-flow eth0 "in_port=1,arp,actions=local"
> ovs-ofctl add-flow eth0 "in_port=local,arp,actions=output:1"
>
> But this does not work and I see many ARP requests that don't get a reply. 
> Simply put, i want that the bridge is able to reply to the ARP requests. 
> Similarly, I cannot handle ICMP ping requests..
>
> What am I doing wrong and how do I handle ARP and ICMP for this simple case??
> _______________________________________________
> discuss mailing list
> discuss@openvswitch.org
> http://openvswitch.org/mailman/listinfo/discuss

Hi can anyone help me with this. ARP flows work but I cannot ping the bridge..  
                                  
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to