Re: [nox-dev] Python.h and authenticator.

2009-12-15 Thread Martin Casado
Ah, I see the problem. PySwigObject is defined in the external swig runtime (swigpyrun.h) which should be created at compilation time (see src/nox/Makefile.am). However, it looks like autoconf is no longer setting SWIGPYTHON so that file is not being included. Varghese, could you plz. send m

Re: [nox-dev] Python.h and authenticator.

2009-12-15 Thread Kishore_Anumanchi
Hi , Following errors came while working on Nox0.5.0 full version.After going through dependencies n all i found that PySwigObject is not declared in following files , so modified those instances in different files. now 0.5.0full version is working fine. (got some hints from 0.6 version version

[nox-dev] Python.h and authenticator.

2009-12-15 Thread Varghese Mathew
Hi, my nox-0.5.0~full~beta does not compile on ubuntu 9.04. Authenticator gives an error with principal_types.hh missing the file "Python.h" I tired modfiying it to "python2.5/Python.h" and then the file gets included but gives rise to a galore of errors. Anyone facing similar situations? /v

Re: [nox-dev] Need help regarding querying statistics from switches

2009-12-15 Thread Guanyao Huang
I find that I can not query port statistics either when pinging. The returned value is also 0. But if I tcpreplay, the returned value is obviously larger than 0 (for port load). Is it that ping is too small? But obviously it can not be 0. On Sun, Dec 13, 2009 at 3:55 PM, Keith Amidon wrote: > I a

Re: [nox-dev] Need help regarding querying statistics from switches

2009-12-15 Thread Guanyao Huang
There are only two flow entries on the switch (ping and ICMP reply). I can clearly see the byte_no is none 0 through showflow command. I periodically query and get statistics. I am sure the ofp_match fields of the query and reply are the same for the 10 fields. But the returned byte_no is always 0.

Re: [nox-dev] Need help regarding querying statistics from switches

2009-12-15 Thread Guanyao Huang
Nox version is 5.0. It works for the version of OpenFlow on the switch (0.8.9). I used the same function to print ofp_match field and compare the ofp_match value in the flow statistics request and flow statistics reply. They are exactly the same for the 10 fields (wildcards=0). But the returned va