Re: [Ryu-devel] error in simple_monitor

2016-06-30 Thread Shinpei Muraoka
Hi, > but I have some error when apply the application the switch receive and > transmit the packet before I send packet form host 1 ? > the result not same the at ryubook 'result not same' means each data size is not zero, right? If you are using ipv6, data communication by the NDP(Neighbor

Re: [Ryu-devel] error in simple_monitor

2016-06-29 Thread Shinpei Muraoka
Hi, > line 21 self.logger.debug ('register datapath: %016',datapath.id) > syntaxError : invalid Syntax > the file of simple_monitro.py and the picture of error in the attachment > can any one how can I resolve this error ? All of the single quotes are writed in the full-size. Please gets the

[Ryu-devel] error in simple_monitor

2016-06-29 Thread wesam kh
hi ever one I need to apply the simple_monitor.py application in ryu controller but I got some error : line 21 self.logger.debug ('register datapath: %016',datapath.id) syntaxError : invalid Syntax the file of simple_monitro.py and the picture of error in the attachment can any one how can I r