ofproto-dpif: Rule lookup starts from table zero for non-recirc datapath
[sliver-openvswitch.git] / ofproto / bond.c
index 6506b36..630e535 100644 (file)
@@ -336,8 +336,6 @@ update_recirc_rules(struct bond *bond)
             if (slave) {
                 match_init_catchall(&match);
                 match_set_recirc_id(&match, bond->recirc_id);
-                /* recirc_id -> metadata to speed up look ups. */
-                match_set_metadata(&match, htonll(bond->recirc_id));
                 match_set_dp_hash_masked(&match, i, BOND_MASK);
 
                 add_pr_rule(bond, &match, slave->ofp_port,