[ovs-dev] [PATCH 1/7] lib/ofproto: Remove obsolete FIXME comment.

Jarno Rajahalme jrajahalme at nicira.com
Fri Oct 24 20:36:35 UTC 2014


We already implement OFPFUTIL_FF_RESET_COUNTS.

Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>
---
 ofproto/ofproto.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c
index 8bd5f03..30b1b97 100644
--- a/ofproto/ofproto.c
+++ b/ofproto/ofproto.c
@@ -4336,8 +4336,6 @@ modify_flows__(struct ofproto *ofproto, struct ofputil_flow_mod *fm,
 
         long long int now = time_msec();
 
-        /* FIXME: Implement OFPFUTIL_FF_RESET_COUNTS */
-
         if (change_cookie) {
             cookies_remove(ofproto, rule);
         }
-- 
1.7.10.4




More information about the dev mailing list