Activity log for bug #1790461

Date Who What changed Old value New value Message
2018-09-03 08:46:12 Yang Youseok bug added bug
2018-09-03 08:46:52 Yang Youseok description in common/run_command.py shell communicate() have output typed byte stream for python3.5. And this makes exception for further processing like split('-') in networking_bagpipe/bagpipe_bgp/vpn/dataplane_drivers.py since could not split with string parameter. I think we have to decode the output or replace the more appropriate for python3 compatibility. in common/run_command.py shell communicate() have output typed byte stream for python3.5. And this makes exception for further processing like split('-') in networking_bagpipe/bagpipe_bgp/vpn/dataplane_drivers.py since could not split with string parameter. I think we have to decode the output or use the more appropriate for python3 compatibility.
2019-10-12 01:37:19 Yang Youseok networking-bagpipe: status New In Progress
2019-10-12 01:37:21 Yang Youseok networking-bagpipe: status In Progress Fix Committed