Re: [ovs-dev] Listening rules from a flow table

2016-05-10 Thread Ben Pfaff
Please don't drop the list. CLS_CURSOR_FOR_EACH On Tue, May 10, 2016 at 09:39:41AM +0200, Amrane Ait Zeouay wrote: > I'm working with OVS version 2.3.1 so i didn't find that function. so is > there is another way in OVS 2.3.1, and i tried to implement pvector but i > still have a lot of implement

Re: [ovs-dev] Listening rules from a flow table

2016-05-09 Thread Ben Pfaff
On Mon, May 09, 2016 at 05:18:42PM +0200, Amrane Ait Zeouay wrote: > I'm working on OVS, and i want to know how can i get values from hmap, i > want to list all the rulers in a flow table, because when i use > HMAP_FOR_EACH i only have the ruler with the best priority, and i don't > know why, becau