Thanks for your response.
Router which supports IPv6. The possible way, I should to modify
using ICMPv6 same as ARP in IPv4.
Hi Kuljaree,
Please keep Ryu-devel mailing list.
But I don't understand rest_router.py exactly.
I doubt about the way to add IP address that they uses curl command to
add.
If I use Linux command to add IP address. Is it different? Please
suggest me.
I think it's different command.
curl command is used for telling IP address to rest_router.py,
and rest_router.py does not use IP address of Linux command for routing.
Now I test by using simple_sw.py and configure IPv6 by command line.
I use ping6 from host1 to switch. The result is switch received RS
message,
but cannot reply RA message back.
Because simple_switch_13.py is a sample application for Ryu beginners,
the implementation for replaying ND is not exist to avoid complexity.
So, I guess ping/ping6 from host to switch does not work well,
but ping/ping6 between hosts is working.
Thanks
Hi Yusuke,
Thanks for your reply.
But I don't understand rest_router.py exactly. I doubt about the way to
add IP address that they uses curl command to add.
If I use Linux command to add IP address. Is it different? Please
suggest me.
Now I test by using simple_sw.py and configure IPv6 by command line. I
use ping6 from host1 to switch. The result is switch received RS message,
but cannot reply RA message back.
Hope your reply,
Thanks you,
Kuljaree
Hi Kuljaree,
Post by Kuljaree TantayakulDear All,
Now I do my project about IPv6 and SDN. Also I chosen to use RYU
Controller, support OFv1.3.
Post by Kuljaree TantayakulI want to setup IPv6 network by using OpenFlow Switch to do same
as router.
Post by Kuljaree TantayakulI do follow the RYU Document that have IPv4 Switching Router by
using rest_router.py.
Post by Kuljaree TantayakulCan 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.
------------------------------------------------------------------------------
Post by Kuljaree TantayakulDive into the World of Parallel Programming. The Go Parallel
Website,
Post by Kuljaree Tantayakulsponsored by Intel and developed in partnership with Slashdot
Media, is your
Post by Kuljaree Tantayakulhub for all things parallel software development, from weekly
thought
Post by Kuljaree Tantayakulleadership blogs to news, videos, case studies, tutorials and
more. Take a
Post by Kuljaree Tantayakullook and join the conversation now.
http://goparallel.sourceforge.net/
Post by Kuljaree Tantayakul_______________________________________________
Ryu-devel mailing list
https://lists.sourceforge.net/lists/listinfo/ryu-devel