[Ryu-devel] Question in ryu/topology/switches.py

2014-01-18 Thread Shuoling Deng
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 >

Re: [Ryu-devel] Queries on implementing rest_router.py

2014-01-18 Thread Nilabja Chattopadhyay
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

Re: [Ryu-devel] Queries on implementing rest_router.py

2014-01-18 Thread FUJITA Tomonori
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 >

[Ryu-devel] Queries on implementing rest_router.py

2014-01-18 Thread Nilabja Chattopadhyay
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