[ovs-discuss] a question about xlate_actions

2011-10-29 Thread danderson415
Hi, I am reading ovs code(1.1.0pre2). In ofproto.c function xlate_actions(), it translates ofp actions to odp actions. What I am confused about is why it set the fields in rule.cr.flow? I think rule.cr.flow stores the flow key for match, not actions. Can someone shed some light? Thanks, David ___

[ovs-discuss] Query regarding arp packet

2011-10-29 Thread junaid khalid
Hi I have an issue regarding the ARP packet. I am generating an arp request from my controller with the source Mac address same as of my NIC. I didn't receive its reply on the controller even though my machine receives the reply packet of my requests which are destined to the mac of my NIC. But wh