Re: [nox-dev] need support for these features in NOX

2012-01-16 Thread Murphy McCauley
The enqueue action is supported in destiny. Flow stats are possible (there has been some recent discussion about it on the list, I believe). I'm not sure what you mean by queue statistics. Matches support wildcards to the extent offered by OpenFlow 1.0. I'm actually not sure about fragments.

Re: [nox-dev] NOX for 64 bit

2012-01-16 Thread Murphy McCauley
destiny is routinely run on both 32 and 64 bit systems. -- Murphy On Jan 16, 2012, at 12:52 AM, Sheili Mittal wrote: Hi, Can you please confirm are the branch available on git (0.9 zaku) and destiny supported for 64 bit machine also? Are the version we downloading from git is for 32bit

Re: [nox-dev] NOX for 64 bit

2012-01-16 Thread Sheili Mittal
Thanks Murphy Please confirm for NOX 0.9 zaku as well? Regards, Sheili From: Murphy McCauley [mailto:jam...@nau.edu] Sent: 16 January 2012 14:29 To: Sheili Mittal Cc: nox-dev@noxrepo.org Subject: Re: [nox-dev] NOX for 64 bit destiny is routinely run on both 32 and 64 bit systems.

Re: [nox-dev] NOX for 64 bit

2012-01-16 Thread Murphy McCauley
Probably no major problems, but there might be minor ones. I honestly don't remember; I have not run zaku in quite some time. Unless you're already running it, there are only a few good reasons to run zaku now. -- Murphy On Jan 16, 2012, at 1:01 AM, Sheili Mittal wrote: Thanks Murphy

Re: [nox-dev] need support for these features in NOX

2012-01-16 Thread Sheili Mittal
Hi Murphy, I am using Python APIs. Please see inline. Regards, Sheili From: Murphy McCauley [mailto:jam...@nau.edu] Sent: 16 January 2012 14:28 To: Sheili Mittal Cc: nox-dev@noxrepo.org Subject: Re: [nox-dev] need support for these features in NOX The enqueue action is

[nox-dev] FW: need support for these features in NOX

2012-01-16 Thread Sheili Mittal
Changing color so that you can identify inline text. Regards, Sheili From: Sheili Mittal Sent: 16 January 2012 15:03 To: 'Murphy McCauley' Cc: nox-dev@noxrepo.org Subject: RE: [nox-dev] need support for these features in NOX Hi Murphy, I am using Python APIs. Please see

[nox-dev] What is the main difference between “route” and “routing” in NOX

2012-01-16 Thread 王楠
Hi, I want to do some study on the forwarding capability within NOX. I notice there are two components “route” and “routing” in folder netapps as if they are doing the similar job . could someone explain what is the main difference between “route” and “routing”? Thank you.

[nox-dev] questions regarding OFPAT_STRIP_VLAN

2012-01-16 Thread Alexander Cheskis
Dear All, We're working on test suite, which should implement all OF 1.0 features. If somebody add OFPAT_STRIP_VLAN, modify IP and TOS fileds to nox sources? Thanks Alexander ___ nox-dev mailing list nox-dev@noxrepo.org

Re: [nox-dev] Measuring delay of links between switches

2012-01-16 Thread Bernd Wittefeld
Hi, so I decided to go with a statsmanager component that measures delay and packet loss for every link found by the discovery component. To measure delay, I will send ICMP echo requests and measure the RTT for the links to the switches and then send a packet from the controller to switchA

Re: [nox-dev] questions regarding OFPAT_STRIP_VLAN

2012-01-16 Thread Murphy McCauley
Do you mean support creating flows using the OFPAT_STRIP_VLAN, OFPAT_SET_NW_SRC, OFPAT_SET_NW_DST, and OFPAT_SET_NW_TOS action types? If so, all of these should be available if you are using the destiny branch. -- Murphy On Jan 16, 2012, at 8:15 AM, Alexander Cheskis wrote: Dear All,

Re: [nox-dev] attribute '_handleSigchld'

2012-01-16 Thread Nikhil Handigol
Hi Vjeko, I'm facing a similar issue. I recently upgraded twisted to 11.0 and found that an older (customized) version of nox crashes with the same error. Can you tell me to which class in '/usr/lib/python2.6/dist-packages/twisted/internet/base.py' should I add the _handleSigchld function?

Re: [nox-dev] attribute '_handleSigchld'

2012-01-16 Thread Murphy McCauley
I believe you can safely just remove the offending line from pyoxidereactor (the signal.signal(signal.SIGCHLD, self._handleSigchld) one). If not, the current version of pyoxidereactor (from the destiny branch) should fix this in a way which doesn't require you to modify your system's Twisted

Re: [nox-dev] What is the main difference between “route” and “routing” in NOX

2012-01-16 Thread Kyriakos Zarifis
Here's an overview of the routing component http://noxrepo.org/noxwiki/index.php/Routing On Mon, Jan 16, 2012 at 2:41 AM, 王楠 wangnan8...@gmail.com wrote: Hi, I want to do some study on the forwarding capability within NOX. I notice there are two components “route” and “routing” in folder

Re: [nox-dev] NOX for 64 bit

2012-01-16 Thread Sheili Mittal
Hi Murphy, If I use following for NOX then would it be ok? , I have doubt because we are getting for amd only not for intel separately. My processor is of Intel. http://releases.ubuntu.com/lucid/ ubuntu-10.04.3-desktop-amd64.iso