Hello, Everyone.
In ryu/topology/swiches.py.
there is a code snippet I don't understand the meaning clearly, just
as follows:
>@staticmethod
> def _drop_packet(msg):
> buffer_id = msg.buffer_id
> if buffer_id == msg.datapath.ofproto.OFP_NO_BUFFER:
> return
>
Hi Fujita
Thanks for the update. I am able to ping with the simple_switch.py.
My question is how do I get stated with the L3 router configurations so as
to get the Open switch to start working as a router? I have read the open
flow tutorial but I dont know where those commands/configs are mention
Hi,
On Sat, 18 Jan 2014 08:49:15 -0500
Nilabja Chattopadhyay wrote:
> I have a small topology (1 Switch - 1 controller and 2 hosts). I can get
> the simple switch to work, but am having problems with rest_router.py.
>
> What are the steps prior to running ; ryu-manager rest_router.py ? (I am
>
Hi Experts
I am a Masters student at Cornell exploring RYU as a controller for my
project.
I have a small topology (1 Switch - 1 controller and 2 hosts). I can get
the simple switch to work, but am having problems with rest_router.py.
What are the steps prior to running ; ryu-manager rest_router