[Ryu-devel] [PATCH] ImportError fix, error caused by unordered import Link

2016-01-25 Thread Ygor Amaral
Signed-off-by: Ygor Amaral --- ryu/tests/switch/run_mininet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ryu/tests/switch/run_mininet.py b/ryu/tests/switch/run_mininet.py index 5d30d01..a5acfde 100755 --- a/ryu/tests/switch/run_mininet.py +++ b/ryu/tests/switch

[Ryu-devel] Roadmap

2013-09-29 Thread Ygor Amaral
Ryu has a roadmap? Ygor -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the lat

[Ryu-devel] [PATCH] doc: update icmpv6

2013-09-03 Thread Ygor Amaral
Signed-off-by: Ygor Amaral --- ryu/lib/packet/icmpv6.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ryu/lib/packet/icmpv6.py b/ryu/lib/packet/icmpv6.py index 9d250f3..f9049f6 100644 --- a/ryu/lib/packet/icmpv6.py +++ b/ryu/lib/packet/icmpv6.py @@ -404,7 +404,9

Re: [Ryu-devel] [PATCH] packet lib: add nd_router messages

2013-09-02 Thread Ygor Amaral
add ICMPv6 sub encoder/decoder class for Router Solicitation and Router Advertisement messages. add ICMPv6 sub encoder/decoder class for Neighbor discovery Prefix Information Option. Signed-off-by: Ygor Amaral --- ryu/lib/packet/icmpv6.py | 241

Re: [Ryu-devel] [PATCH] packet lib: add nd_router messages

2013-09-01 Thread Ygor Amaral
add ICMPv6 sub encoder/decoder class for Router Solicitation and Router Advertisement messages. add ICMPv6 sub encoder/decoder class for Neighbor discovery Prefix Information Option. Signed-off-by: Ygor Amaral --- ryu/lib/packet/icmpv6.py | 241

Re: [Ryu-devel] [PATCH] packet lib: add nd_router messages

2013-09-01 Thread Ygor Amaral
Yes. I use Gmail (Web GUI). I didn't know about the problem. I'm new at this. However, I copied the patch from Gmail (Web GUI) and worked. If I use Mutt E-Mail Client to send, work? I'll send via mutt, ok? 2013/9/2 FUJITA Tomonori > On Thu, 29 Aug 2013 16:19:46 -0300 &g

[Ryu-devel] [PATCH] packet lib: add nd_router messages

2013-08-29 Thread Ygor Amaral
add ICMPv6 sub encoder/decoder class for Router Solicitation and Router Advertisement messages. add ICMPv6 sub encoder/decoder class for Neighbor discovery Prefix Information Option. Signed-off-by: Ygor Amaral --- diff --git a/ryu/lib/packet/icmpv6.py b/ryu/lib/packet/icmpv6.py index ac1d534