On Wed, May 02, 2012 at 10:53:10AM +0800, YIMIN CHEN wrote:
> I am looking at ovs dp code, and is looking at a correct way for a
> flow to traverse the table twice. The goal is like this:
> 
> flow lookup => tbl_lookup()
> perform actions => execute_actions() which changes the packet
> flow lookup using the new packet => tbl_lookup()
> perform actions on the new packet => execute_actions.

Do you want the "resubmit" Nicira extension action?
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to