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
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
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
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
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