Hi I have asked this before here also but I cannot get this to work. I think I am misunderstanding something
I have a bridge br0 to which I have attached a physical interface ethX. I want to handle ARP requests to the bridge as the interface would handle them. I set the IP to the bridge (the same as ethX) and also set up the flows: 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