diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2014-07-30 12:37:13 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-07-30 13:16:15 +0900 |
commit | cd6aec65d12157f92d5698cf986d2b7192f55b0b (patch) | |
tree | 39292bbe5bf22c1828a352374214d7e4cb34ba74 | |
parent | e51f1dcf5a7ddca6fb549dc7e9a189ea969d5d10 (diff) |
ofproto_v1_3_parser: Remove a stale comment on OFPTableFeaturesStatsReply
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | ryu/ofproto/ofproto_v1_3_parser.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ryu/ofproto/ofproto_v1_3_parser.py b/ryu/ofproto/ofproto_v1_3_parser.py index f733f834..3c33556a 100644 --- a/ryu/ofproto/ofproto_v1_3_parser.py +++ b/ryu/ofproto/ofproto_v1_3_parser.py @@ -5226,10 +5226,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 ================ ====================================================== |