Forgot about this small nit:
> On Jun 24, 2015, at 10:57 AM, Ben Pfaff <[email protected]> wrote:
>
> @@ -1419,13 +1421,6 @@ ofproto_configure_table(struct ofproto *ofproto, int
> table_id,
> return;
> }
>
> - if (s->groups) {
> - oftable_enable_eviction(table, s->groups, s->n_groups);
> - } else {
> - oftable_disable_eviction(table);
> - }
> -
> - table->max_flows = s->max_flows;
>
Remove the extra empty line here.
Jarno
> if (classifier_set_prefix_fields(&table->cls,
> s->prefix_fields, s->n_prefix_fields)) {
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev