These are random python3 compatibility fixes for the BGP code.
Although the patches are trivial, testing might be insufficient.
So please be careful when applying.

IWAMOTO Toshihiro (4):
  Python3: use dict instead of types.DictType
  Python3: complete previous removal of types usage
  Python3: use int instead of long
  Try logging.config.dictConfig before in-tree version

 ryu/services/protocols/bgp/application.py         | 7 ++++++-
 ryu/services/protocols/bgp/operator/views/base.py | 3 +--
 ryu/services/protocols/bgp/rtconf/base.py         | 3 ++-
 ryu/services/protocols/bgp/utils/bgp.py           | 2 +-
 4 files changed, 10 insertions(+), 5 deletions(-)

-- 
2.1.4


------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to