ofproto: Use OFPRR_EVICTION consistently when evicting flows.
authorJarno Rajahalme <jarno.rajahalme@nsn.com>
Wed, 26 Jun 2013 22:39:49 +0000 (01:39 +0300)
committerBen Pfaff <blp@nicira.com>
Wed, 26 Jun 2013 23:13:34 +0000 (16:13 -0700)
commitca311b2f0cc66aa492f0b1dfd4b25711f9ef294b
tree2a78b8dbcf2492d4367b23b6b31c86fe1a9d814e
parent5798ed6d3e637ae17abf701086dcc75b4e641df1
ofproto: Use OFPRR_EVICTION consistently when evicting flows.

Multiple code paths can evict flows, but before this commit only one of
those code paths used OFPRR_EVICTION as the reason code.

Signed-off-by: Jarno Rajahalme <jarno.rajahalme@nsn.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto.c