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 Discovery Protocol) is done. Therefore each data size is not zero. Also, unless you stop the mininet, each data size will remain without being reset. Thanks, On 2016年06月30日 18:40, wesam kh wrote: > Thank you for reply > > 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 > > you can see the picture in attachment > thanks > > > > > > *Wisam Maala* > > > > On Thursday, June 30, 2016 10:02 AM, Shinpei Muraoka > <[email protected]> wrote: > > > 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 source of Ryubook from github. > And, please use the simple_monitor.py. > > git clone https://github.com/osrg/ryu-book.git > ls ryu-book/en/source/sources/simple_monitor.py > > > Thanks, > > On 2016年06月29日 17:12, wesam kh wrote: > > 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 resolve this error ? > > thank you in advance > > > > > > > > > > > > > > *Wisam Maala* > > > > > > > > > > ------------------------------------------------------------------------------ > > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San > > Francisco, CA to explore cutting-edge tech and listen to tech luminaries > > present their vision of the future. This family event has something for > > everyone, including kids. Get more information and register today. > > http://sdm.link/attshape > > > > > > > > _______________________________________________ > > Ryu-devel mailing list > > [email protected] <mailto:[email protected]> > > https://lists.sourceforge.net/lists/listinfo/ryu-devel > > > > ------------------------------------------------------------------------------ > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San > Francisco, CA to explore cutting-edge tech and listen to tech luminaries > present their vision of the future. This family event has something for > everyone, including kids. Get more information and register today. > http://sdm.link/attshape > _______________________________________________ > Ryu-devel mailing list > [email protected] <mailto:[email protected]> > https://lists.sourceforge.net/lists/listinfo/ryu-devel > > > ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
