Hi Yamahata-san,
Thanks for your quick answer last time! I got the VM image working with GRE
tunnels between the OVSs.
However, in order to fully benefit from Ryu Controller's ability to do L2
separation using OpenFlow, I'd like to set it up without the GRE tunnels
between the OVSs. Below is
Hello Oren,
Please confirm whether KVM module is loaded.
$ lsmod|grep kvm
kvm_intel 137721 3
kvm 415549 1 kvm_intel
If not so and cannot find KVM module in
/lib/modules//kernel/arch/x86/kvm/, probably you have to install
linux-image-extra-virtual package.
Thanks,
> On Thu, 4 Apr 2013 12:07:10 +0900
> YAMAMOTO Takashi wrote:
>
>> merely folded patches as requested by fujita-san.
>>
>> YAMAMOTO Takashi (2):
>> add a threading hub module
>> sweep the tree to change from gevent to ryu.lib.hub
>>
>> bin/ryu-manager| 11 ++---
>>
On Fri, 5 Apr 2013 14:20:59 -0700
Shivaram Mysore wrote:
> What can I do to fix this issue? I don't even call ports in my program,
> but, I do need dpset module.
Sorry about that. We plan to deprecate dpset and make topology work
correctly. Meanwhile, if you need to know only datapath, probably
I have installed OpenStack Grizzly ,but I don't know how to install ryu
plugin.
who knows?
thanks.
--
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire
Signed-off-by: Can Zhang
---
ryu/lib/packet/lldp.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/ryu/lib/packet/lldp.py b/ryu/lib/packet/lldp.py
index f82e00a..e6d77ba 100644
--- a/ryu/lib/packet/lldp.py
+++ b/ryu/lib/packet/lldp.py
@@ -103,7 +103,6 @@ class LLDPBasicTLV(object):
r
Hello,
On Thu, 4 Apr 2013 17:31:50 +0200
Christopher Scherb wrote:
> I updated the code for the match_tuple() function:
> It installs the match for the network src/dst if the mask is valid, else
> the nw src/dst is ignored.
> My last patch had an error there, sorry.
>
> Changes:
> FIX: match_tu
Hello,
I'm new to Ryu. I tried to follow the instruction on
https://github.com/osrg/ryu/wiki/RYU-OpenStack-Grizzly-environment-VM-image-
file-HOWTO. Everything worked fine until step 4, but I wasn't able to start
the ryu1 VM. I'm using Ubuntu 12.04.
I would appreciate your help. Below is so