From: morland <[email protected]>
Signed-off-by: morland <[email protected]>
---
ryu/ofproto/ofproto_v1_0_parser.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ryu/ofproto/ofproto_v1_0_parser.py
b/ryu/ofproto/ofproto_v1_0_parser.py
index 1c10bdae..4da5a072 100644
--- a/ryu/ofproto/ofproto_v1_0_parser.py
+++ b/ryu/ofproto/ofproto_v1_0_parser.py
@@ -2197,12 +2197,12 @@ class OFPFlowStatsReply(OFPStatsReply):
'idle_timeout=%d hard_timeout=%d '
'cookie=%d packet_count=%d byte_count=%d '
'actions=%s' %
- (stat.table_id,
+ (stat.table_id, stat.match,
stat.duration_sec, stat.duration_nsec,
stat.priority,
stat.idle_timeout, stat.hard_timeout,
stat.cookie, stat.packet_count, stat.byte_count,
- stat.match, stat.actions))
+ stat.actions))
self.logger.debug('FlowStats: %s', flows)
"""
def __init__(self, datapath):
--
2.13.6 (Apple Git-96)
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel