[nox-dev] g++ internal when compiling

2012-02-15 Thread Shrutarshi Basu
-- Shrutarshi Basu Basus.me The ByteBaker http://bytebaker.com ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev

Re: [nox-dev] g++ internal when compiling

2012-02-15 Thread Shrutarshi Basu
component. On Wed, Feb 15, 2012 at 9:58 AM, Shrutarshi Basu ba...@cs.cornell.eduwrote: Hi guys, I'm trying to compile the Destiny branch on Ubuntu 10.04 with GCC 4.4 but I keep getting the following error: g++: Internal error: Killed (program cc1plus) Please submit a full bug report. See

Re: [nox-dev] Matching aggregate stats responses to requests

2011-12-09 Thread Shrutarshi Basu
or is there some rule for generating xids that I'm missing? Thanks, Basu On Fri, Dec 9, 2011 at 12:44 PM, Shrutarshi Basu ba...@cs.cornell.eduwrote: Thank you, I just checked out the Destiny branch. From what I can tell Destiny seems to be the recommended branch for NOX development. Is that correct

Re: [nox-dev] Matching aggregate stats responses to requests

2011-12-08 Thread Shrutarshi Basu
I look at the code to refresh my memory, but this might help for now On Wed, Dec 7, 2011 at 12:29 PM, Shrutarshi Basu ba...@cs.cornell.eduwrote: If I send a bunch of aggregate stats requests for different flows, is there a way for the aggregate_stats_in handler to know which response

[nox-dev] Matching aggregate stats responses to requests

2011-12-07 Thread Shrutarshi Basu
-- -- Shrutarshi Basu Basus.me The ByteBaker http://bytebaker.com -- because Computer Science is not about computers ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev

Re: [nox-dev] Get a new Datapath ID?

2011-10-07 Thread Shrutarshi Basu
2011 07:37, Shrutarshi Basu ba...@cs.cornell.edu wrote: On Thu, Sep 8, 2011 at 10:31 AM, Nicholas Bastin nbas...@stanford.edu wrote: On Thu, Sep 8, 2011 at 09:56, Aaron Rosen aro...@clemson.edu wrote: I'm not sure how you would go about obtaining the switches ip though nox. Though

[nox-dev] Configuring a NOX component

2011-10-07 Thread Shrutarshi Basu
of what a configure() method should look like (or point me to an example)? I'm assuming that we're supposed to pass parameters to this configure() method instead of directly to the component's init() method. Thanks, Shrutarshi -- Shrutarshi Basu Basus.me The ByteBaker http://bytebaker.com -- because

Re: [nox-dev] Matching flows on port numbers

2011-09-29 Thread Shrutarshi Basu
and tp_dst are set right, etc.). -- Murphy On Sep 28, 2011, at 8:13 AM, Shrutarshi Basu wrote: Hi, I'm trying to install a flow that matches on IP as well as port numbers. I'm using the flow provided by calling extract_flow() on a packet as the argument to install_datapath_flow() but if I

[nox-dev] Matching flows on port numbers

2011-09-28 Thread Shrutarshi Basu
. Is there something else I need to be doing in order to get matching on port numbers? Thanks Basu -- Shrutarshi Basu Basus.me The ByteBaker http://bytebaker.com -- because Computer Science is not about computers ___ nox-dev mailing list nox-dev@noxrepo.org http

Re: [nox-dev] Get a new Datapath ID?

2011-09-08 Thread Shrutarshi Basu
, .) flow={} flow[w/e...] #install another flow_mod inst.install_datapath_flow(dpid, .) Hope that helps, Aaron On Wed, Sep 7, 2011 at 11:30 PM, Shrutarshi Basu ba...@cs.cornell.edu (mailto:ba...@cs.cornell.edu) wrote: Hi, I'm using NOX via the Python API. I would like

[nox-dev] Get a new Datapath ID?

2011-09-07 Thread Shrutarshi Basu
Hi, I'm using NOX via the Python API. I would like to install multiple new data path flows as part of a packet_in handler. I am wondering how I can get or create a new data path ID, or can I reuse the ID that gets sent to the handler? I haven't been able to find any example where a handler