On Mon, 23 Feb 2015 14:04:32 +0900 Akihiro Suda <[email protected]> wrote:
> * ofproto_parser.MsgBase.__str__(): avoid "TypeError: %x format: a number is > required, not NoneType" > * bgp.BadMsg.__str__(): avoid "AttributeError: 'BadMsg' object has no > attribute 'msg'" > > Signed-off-by: Akihiro Suda <[email protected]> > --- > ryu/lib/packet/bgp.py | 2 +- > ryu/ofproto/ofproto_parser.py | 8 +++++--- > 2 files changed, 6 insertions(+), 4 deletions(-) I split the patch and merged. Thank you. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
