On Thu, Mar 27, 2014 at 05:53:08PM -0400, John Thoe wrote: > > 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 > > [email protected] > > http://openvswitch.org/mailman/listinfo/discuss > > Hi can anyone help me with this. ARP flows work but I cannot ping the > bridge..
The flows you listed only allow ARP traffic. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
