Hi Kuljaree,

On 2015年02月05日 06:58, Kuljaree Tantayakul wrote:
> Dear All,
> 
> Now I do my project about IPv6 and SDN. Also I chosen to use RYU Controller, 
> support OFv1.3. 
> 
> I want to setup IPv6 network by using OpenFlow Switch to do same as router.
> I do follow the RYU Document that have IPv4 Switching Router by using 
> rest_router.py.
> 
> Can you give me some suggestion, how to do IPv6 Switching Router?

As you know, currently, rest_router.py does not support IPv6.
If you need IPv6 Switching Router, how about implementing it?

If you will implement it, For example,
rest_router.py analyses packets as IPv4 at this function.
  (https://github.com/osrg/ryu/blob/master/ryu/app/rest_router.py#L948-L962)
So I think you need to modify it to analyse  packets as IPv6.
And, rest_router.py uses ARP protocol, also needs to modify to use ICMPv6.

Thanks

> 
> Best Regards,
> Kuljaree
> 
> 
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> 
> 
> 
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
> 

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to