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
___
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