On Mon, 22 Feb 2016 13:20:30 +0900 IWASE Yusuke <[email protected]> wrote:
> OpenFlow Spec defines that the data field should contain at least > 64 bytes of the failed request that caused the error message to be > generated, unless otherwise specified. > But, the data field can be empty in some switch implementation, > this patch checks the data field length and skips parsing it if the > field does not contain enough bytes to parse. > > Reported-by: Yury Yurochko <[email protected]> > Signed-off-by: IWASE Yusuke <[email protected]> > --- > ryu/controller/ofp_handler.py | 43 > +++++++++++++++++++++++++------------------ > 1 file changed, 25 insertions(+), 18 deletions(-) Applied, thank you. ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
