Re: [ovs-dev] Is there a way to have a flow perform tbl_lookup twice?

2012-05-06 Thread YIMIN CHEN
forgot to reply-all: Hi Ben, I didn't quite yet understand why resubmit does not work for my case. It could be the same flow table, I just need to search it twice: -- once before decap, when hit, knows the flow needs to be decap'ed and resubmitted to the table again -- once after decap, with the

[ovs-dev] [PATCH] debian: Add network integration scripts.

2012-05-06 Thread Greg Dahlman
I wrote a really quick and dirty upstart script to test this out on Ubuntu 12.04, it works very well but you need to use auto vs allow-ovs in the network file.I will work on getting this into the git repo after I test a bit and break out the functions but this script will get you going and help