On Tue, Feb 7, 2012 at 1:52 PM, Masoud Moshref Javadi <[email protected]> wrote: > Aha, so let's see if I understood their difference correctly. > OpenFlow tables are the ones that we can see using "ovs-ofctl dump-tables > br0" and by default are 255 (set by ofproto_dpif) but the current > ofproto_dpif just uses the first one. (I added a rule to the second table > and it did not match the packet as handle_flow_miss method calls > rule_dpif_lookup method with table_id=0 always).
It always starts off by consulting the first table but you can advance to the other tables using the resubmit action. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
