Hi Bryan, On 2015年07月27日 06:09, Bryan Valencia wrote: > Thank you very much for your help. > > I am conducting research on IPv6 and Software Defined Networking by. In the > book http://osrg.github.io/ryu-book/en/Ryubook.pdf an exercise on page 113 I > managed to do successfully. > > Now, I want to do the same exercise with IPv6, but before you start I wonder > if it can be done and what should I know to do it. > > For example if RYU accept assignment of IPv6 addresses and IPv6 router > configuration.
Ofcourse, Ryu accept assignment of IPv6 addresses with '--ofp-listen-host' option and 'ofp_listen_host' parameter in 'etc/ryu/ryu.conf' config file. But ryu/app/rest_router.py, it provides router function, supposes IPv4 network. If you need IPv6 router configuration, it may need to customize rest_router.py or write your own RyuApps. Thanks, Iwase > > Much appreciate your answers. > > -- > Bryan Valencia Suárez > Estudiante de Ingeniería de Sistemas y Telecomunicaciones > Cel: 312 709 1360 > Universidad Católica de Pereira > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
