From d8c4a462da0b03d4603eebe5d6bc625cb5938f32 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 30 Jul 2014 12:37:14 +0900 Subject: [PATCH] ofproto_v1_4_parser: Remove a stale comment on OFPTableFeaturesStatsReply Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- ryu/ofproto/ofproto_v1_4_parser.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ryu/ofproto/ofproto_v1_4_parser.py b/ryu/ofproto/ofproto_v1_4_parser.py index 2f72756f..5394be5f 100644 --- a/ryu/ofproto/ofproto_v1_4_parser.py +++ b/ryu/ofproto/ofproto_v1_4_parser.py @@ -2444,10 +2444,6 @@ class OFPTableFeaturesStatsReply(OFPMultipartReply): The switch responds with this message to a table features statistics request. - This implmentation is still incomplete. - Namely, this implementation does not parse ``properties`` list and - always reports it empty. - ================ ====================================================== Attribute Description ================ ======================================================