2013/11/12 17:36 "YAMAMOTO Takashi" :
>
> > +enum rule_dpif_lookup_verdict
> > +rule_dpif_lookup_from_table(struct ofproto_dpif *ofproto,
> > +const struct flow *flow, struct
flow_wildcards *wc,
> > +uint8_t *table_id, struct rule_dpif **rule)
> +enum rule_dpif_lookup_verdict
> +rule_dpif_lookup_from_table(struct ofproto_dpif *ofproto,
> +const struct flow *flow, struct flow_wildcards
> *wc,
> +uint8_t *table_id, struct rule_dpif **rule)
> +{
> +enum ofp_table_config config = O
This reworks lookup of rules for both table 0 and
table action translation. The result is that Table Mod settings,
which can alter the miss-behaviour of tables, including table 0,
on a per-table basis may be honoured.
Previous patches proposed by myself which build
on earlier merged patches by And