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

2011-12-07 Thread Kyriakos Zarifis
Hi Shrutarshi, the field you should be looking at is the xid (transaction id). I don't remember the specifics right now - I think in Destiny it is automatically set (and returned?) and you can also set it when you send the request (that's what the monitoring module does) I can be more specific wh

[nox-dev] Matching aggregate stats responses to requests

2011-12-07 Thread Shrutarshi Basu
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 it is being called on? I see that it gets the dpid, but what if I have multiple flows on the same dpid that I want information on? Thanks, Basu -- -- Shrutar

Re: [nox-dev] Change destination IP

2011-12-07 Thread Aimal Khan
Hi, If you wanted to write a flow with only nw_dst set (not wildcarded), then flow being written is incorrect. cookie=0, duration_sec=33s, duration_nsec=70400s, table_id=1, > priority=32768, n_packets=71, n_bytes=2718, idle_timeout=60,hard_timeout=0, > *actions=mod_nw_dst:10.0.0.3* > In th

Re: [nox-dev] error compiling...

2011-12-07 Thread Murphy McCauley
What platform are you trying to compile on, and which branch of NOX? Have you tried the destiny branch? -- Murphy On Dec 7, 2011, at 1:39 AM, Prashanth Prahalad wrote: > > Just getting started with nox controller. > > During compilation (make -j 5) I'm seeing this error : > > ../../src/nox_

[nox-dev] error compiling...

2011-12-07 Thread Prashanth Prahalad
Just getting started with nox controller. During compilation (make -j 5) I'm seeing this error : ../../src/nox_main.cc: In function ‘int::start_gui()’: ../../src/nox_main.cc:231: warning: deprecated conversion from string constant to ‘char*’ ../../src/nox_main.cc: In function ‘int main(int,

[nox-dev] Change destination IP

2011-12-07 Thread Hyogi Jung
Hi All. I'm working in Openflow using mininet that is virtual emulation. I want to modify packet's destination IP address. For example, If packet's destination is 10.0.0.2, then Switch modify destination to 10.0.0.3. So I modify some nox source code such as switch.cc. And add some actions to swit