Dell - Internal Use - Federal I noticed that as well, however, I used the example as is other than adding my own comments and moving everything into one file. It looks like this affects all the examples. I'm not sure it matters for all of them, but at least this one I'll fix it and PR.
Grant From: Martin Frlin [mailto:martin.fr...@gmail.com] Sent: Wednesday, April 1, 2020 8:19 AM To: Curell, Grant <grant_cur...@federal.dell.com> Cc: ryu-devel@lists.sourceforge.net Subject: Re: [Ryu-devel] Bug Found in Ryu datapath_id implementation? You are using decimal representation of dpid but you should be using hex. Switch dpid is 64 bit number and you can either look at it as an Integer (which is causing you problems) or you can represent it as a hex string (which you should). This will do the trick for you: >>> format(150013889525632, "x").zfill(16) '0000886fd498b780' V V sre., 1. apr. 2020 ob 05:35 je oseba Curell, Grant <grant.cur...@dell.com<mailto:grant.cur...@dell.com>> napisala: Dell - Internal Use - Federal I believe I have found a bug in how Ryu receives datapath_id. However, I am admittedly new to OpenFlow so I'm hesitant to say so with full confidence. I have done a write up here: https://github.com/grantcurell/dell/tree/master/OpenFlow%20on%204112F-ON/bug Can anyone else confirm? Grant _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net<mailto:Ryu-devel@lists.sourceforge.net> https://lists.sourceforge.net/lists/listinfo/ryu-devel
_______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel