[Ryu-devel] Determine the least coast path

2017-11-04 Thread ‏Eman ‏ Bany salameh via Ryu-devel
Hi: I want to run the attached topology with Ryu. How can I ensure that the selected path is LSP: s-s1-s2-s3-s5-t? Sent from my iPhone-- Check out the vibrant tech community on one of the world's most engaging tech

[Ryu-devel] Error parsing ICMPv4 fragments

2017-11-04 Thread William Fisher
Hi, There is a TypeError exception with Ryu parsing fragmented ICMPv4 packets of a certain length. The attached program "ryu_icmpv4_test.py" demonstrates the failure. Note that the packet data is for the second fragment of a large ICMP echo. The file "ryu_icmpv4.patch" contains a superficial