Please don't drop ryu-devel. On Wed, Apr 24, 2013 at 08:38:34AM -0400, Nitin Sharma wrote: > Thanks Isaku. > > Just a follow-up question, should this work in conjunction with some sort of > learning application? > > When I run this, all I get is Unknown port_nw_id on any packets I send to the > switch.
You need to run both ryu.app.simple_isolation and ryu.app.rest. And they work with Openstack for multi-tenant based on mac-addresses. thanks, > Nitin Sharma > > > On Tue, Apr 23, 2013 at 11:47 PM, Isaku Yamahata <[email protected]> > wrote: > > On Tue, Apr 23, 2013 at 08:49:12AM -0400, Nitin Sharma wrote: > > Hello, > > Hello. > > > > I want to write a simple application that stores to the mac_to_port() > and > > mac_to_network(), I see some references on those files in ryu. Therefore > I > > wouldnt want to reinvent the wheel. > > > > As simple as {switch_dpid, port_no, mac, network_add} so that I can do a > lookup > > and send packets to. > > > > What are the python files I need to run, and be able to use CURL to put > entries > > onto that table on the controller? Any examples? > > The example is ryu/app/simple_isolation.py. > Only simple_isolation uses mac_to_port.py and mac_to_network.py. > Those files are under controller directory for historical reason and > should > be moved somewhere else when cleaning up. > > thanks, > > > > > > Thanks for your help. > > > > > > > > > > > ------------------------------------------------------------------------------ > > Try New Relic Now & We'll Send You this Cool Shirt > > New Relic is the only SaaS-based application performance monitoring > service > > that delivers powerful full stack analytics. Optimize and monitor your > > browser, app, & servers with just a few lines of code. Try New Relic > > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/ > newrelic_d2d_apr > > _______________________________________________ > > Ryu-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/ryu-devel > > > -- > yamahata > > -- yamahata ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
