Hi, On 2016年06月21日 17:55, Edgar G. Acela wrote: > Hi Iwase. Thanks for the reply. > I'm trying to edit the "Rest_router.py" RYU application in python. I am > modifying IPv4 variables, i'm getting IPv6 variablesinstead. > It's okay? or better to start from scratch with a new application? I am > currently learning python and i dont know where to start for make a simple > router (Static routing) that only support IPv6. > Any advice?
I think implementing IPv6 rest_router based on IPv4 is better. (Or integrating IPv6 support to rest_router.py is much better) Starting from scratch might have some difficulties. When you finish implementing IPv6 rest_router, could you post it to Ryu-devel? If you can join Ryu project, most welcome! Thanks, Iwase > Thanks > > 2016-06-21 5:05 GMT-03:00 Iwase Yusuke <[email protected] > <mailto:[email protected]>>: > > Hi, > > > On 2016年06月21日 06:08, Edgar G. Acela wrote: > > Hello everyone. > > I'm trying, through MiniNet and Ryu, to use an OpenFlow switch as a > router to handle IPv6 addresses. > I've been watching the rest_router.py Ryu and see that only supports > IPv4 addresses. > Any suggestions to achieve this? because it is not enough to change > the variables of IPv4 by IPv6 variables library. > > > What variables exactly are not enough to support IPv6? > Ryu provides many libraries to handle IPv6. > e.g.) IPv6 packet library > > http://ryu.readthedocs.io/en/latest/library_packet_ref.html#ryu.lib.packet.ipv6.ipv6 > > Thanks, > Iwase > > I'm very confused. > > Thanks for any help, > > Edgar. > > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and > protocols are > consuming the most bandwidth. Provides multi-vendor support for > NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning > reports. http://sdm.link/zohomanageengine > > > > _______________________________________________ > 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 > ------------------------------------------------------------------------------ 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
