Signed-off-by: Ben Pfaff <b...@nicira.com> --- ofproto/ofproto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 1e09c56..7b4ef41 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -5124,7 +5124,7 @@ choose_rule_to_evict(struct oftable *table, struct rule **rulep) * group has no evictable rules. * * - The outer loop can exit only if table's 'max_flows' is all filled up - * by unevictable rules'. */ + * by unevictable rules. */ HEAP_FOR_EACH (evg, size_node, &table->eviction_groups_by_size) { struct rule *rule; -- 1.7.10.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev