[Ryu-devel] How to make NAT in a RYU-controlled Open vSwitch bridge ?

2014-04-17 Thread LIU, Kun
Hi, all, I managed to make VMs(with IP address in the same sub-net) in a RYU-controlled network ping each other successfully, now I want to make the VMs could connect the Internet, here is my test: I assigned ip address 10.0.1.x to the VMs while assigned the gateway ip address 10.0.1.1 to the

Re: [Ryu-devel] Switch feature request

2014-04-17 Thread Hanieh Rajabi
Thanks Fujita, I solved the switch feature problem but!!! As I explained before in my project I should add some extra functionality to the ryu controller in order to handle this feature in my openflow switch. So in this direction in ofproto_v1_3.py and ofproto_v1_3_parser.py I added 2 extra struct

[Ryu-devel] [PATCH] packet lib: ipv6: Fix to calculate AH length

2014-04-17 Thread minoton64jp .
RFC2402 says: All IPv6 extension headers, as per RFC 1883, encode the "Hdr Ext Len" field by first subtracting 1 (64-bit word) from the header length (measured in 64-bit words). AH is an IPv6 extension header. However, since its length is measured in 32-bit words, the "Payload Len

Re: [Ryu-devel] Problem while running stack.sh

2014-04-17 Thread Yoshihiro Kaneko
Hi Takfarinas, Grizzly is outdated. https://wiki.openstack.org/wiki/Releases Please try Havana version. Unfortunately, we don't provide a pre-installed image for Havana. This page is explaining how to build Havana environment with Ryu + devstack: https://github.com/osrg/ryu/wiki/RYU-Openstack

Re: [Ryu-devel] [PATCH 1/3] sw test tool: Fix to compare OFPMatch ignoring masks that are all one bits

2014-04-17 Thread Yuichi Ito
Hi, thank you for reporting. I will cope with it. On Thu, 17 Apr 2014 09:27:09 +0800 arne_goetje wrote: > Dear Fujita san and Ito san, > > Thanks for the fix, however, it doesn't catch the VLAN mask yet, which is > 0x1FFF, so the 06_VLAN_VID and 07_VLAN_PCP tests (both match and action) > st