From: morland <mqy...@hotmail.com>

Fix two bugs.
1. The example in OFPFlowStatsReply is not correct.
2. Missing of OFPT_ALL. This bug is caused by OpenFlow Switch Specification. It 
only declare OFPT_ALL without specific value. And in fact OFPT_ALL is not obey 
the rule of OF, which OFPT should be some Symmetric Message. It's already been 
changed in openflow 1.1.0 to OFPP_ANY. Here to compatible with specification 
set OFPT_ALL to 0xffff.

morland (2):
  fix bug in the example of flow_stats_reply
  Fix bug of OFPT_ALL missing

 ryu/ofproto/ofproto_v1_0.py        | 1 +
 ryu/ofproto/ofproto_v1_0_parser.py | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

-- 
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
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to