[nox-dev] [PATCH] support passing the 64-bit cookie in send_flow_command from Python code

2010-12-08 Thread romain . lenglet
From: Romain Lenglet romain.leng...@berabera.info The C++ implementation allowed passing the 64-bit opaque cookie with every flow command, but not the Python wrapper. --- src/nox/coreapps/pyrt/context.i |3 ++- src/nox/lib/core.py | 26 ++ 2 files

Re: [nox-dev] [PATCH] support passing the 64-bit cookie in send_flow_command from Python code

2010-12-08 Thread Murphy McCauley
I had only noticed this issue last week, and Kyriakos and I had just been talking about fixing it. Offhand, this looks good, so thanks for saving us the trouble. :) -- Murphy On Dec 8, 2010, at 1:52 AM, romain.leng...@berabera.info wrote: From: Romain Lenglet romain.leng...@berabera.info

[nox-dev] Nox make Error - Help needed

2010-12-08 Thread Soundararajan Ramaswamy
Hello All, I took the nox-0.5.0~full~beta tar ball from the Nox site. I could do the configure but I am getting error when I do the make. Can you folks please throw some light on these errors? cona...@conalab186:~/nox/nox/build$ make make all-recursive make[1]: Entering directory

Re: [nox-dev] Nox make Error - Help needed

2010-12-08 Thread kk yap
Let's try gitweb. http://noxrepo.org/cgi-bin/gitweb.cgi?p=nox;a=summary I believe you can get a snapshot tarball if you click on tree, then snapshot. Regards KK On 8 December 2010 11:17, Soundararajan Ramaswamy soundararaja...@huawei.com wrote: KK, Where can I find Nox 0.9? I can only see

Re: [nox-dev] Nox make Error - Help needed

2010-12-08 Thread Alec Story
It's pretty simple to set up git to use http as well as the git protocol, which solves this problem. You just need to put the repository in a place where the web server can find it, and add a post-update hook to update the exported files. Example instructions:

Re: [nox-dev] Nox make Error - Help needed

2010-12-08 Thread Soundararajan Ramaswamy
KK, Thanks for the info. Could able to install nox 0.9. Thanks a lot. Thanks Soundar -Original Message- From: yap...@gmail.com [mailto:yap...@gmail.com] On Behalf Of kk yap Sent: Wednesday, December 08, 2010 11:34 AM To: Soundararajan Ramaswamy Cc: nox-dev@noxrepo.org Subject: Re:

Re: [nox-dev] Nox make Error - Help needed

2010-12-08 Thread kk yap
Very cool. Thanks for letting us know. Regards KK On 8 December 2010 12:30, Soundararajan Ramaswamy soundararaja...@huawei.com wrote: KK, Thanks for the info. Could able to install nox 0.9. Thanks a lot. Thanks Soundar -Original Message- From: yap...@gmail.com

Re: [nox-dev] Mininet BGP

2010-12-08 Thread Bob Lantz
Thanks KK - yes, this is not a NOX question at all; Mininet questions should go to mininet-discuss, Regards, Bob Lantz Mininet project ;-) On Dec 7, 2010, at 10:50 PM, kk yap wrote: Hi Uday, That sounds like a question for mininet-discuss, rather than nox-dev. Regards KK On 7

Re: [nox-dev] New component usinf configure.ac.in

2010-12-08 Thread kk yap
Hi Alexandre, Did you include the directory of your component in configure.ac.in? It is not clear in your email that you did. This page might also provide some clue. http://noxrepo.org/noxwiki/index.php/Developing_in_NOX#Compiling_your_new_component Regards KK On 8 December 2010 12:59,

[nox-dev] 6633 routing error

2010-12-08 Thread majumdar
After installing everything properly, when i tried the following $./nox_core -i ptcp:6633 routing it got stuck in an infinite loop. it gave NOX0.8.0`full`beta (nox_core), compiled Dec 8 2010 19:22:19 Compiled with OpenFlow 0x01 and the prompt got stuck. I'm using a Ubuntu10Vm, OpenFlow v1.0. Also

Re: [nox-dev] 6633 routing error

2010-12-08 Thread Kyriakos Zarifis
Hi Abhishek, nothing is necessarily wrong in what you're describing. NOX seems to have started and is waiting for switches to connect. Running nox_core with the -v flag will give you more information about what's happening. Zaku is fine. It's the current HEAD (master branch, and stable version)

Re: [nox-dev] 6633 routing error

2010-12-08 Thread kk yap
Hi Abhishek, NOX0.8.0`full`beta (nox_core), compiled Dec 8 2010 19:22:19 This looks suspicious, the current HEAD is zaku as Kyriakos mention. TThe current NOX head is 0.9.0 (zaku), and you should see this which you are not. It might not be critical for you though. FYI. Regards KK On 8

[nox-dev] RES: New component using configure.ac.in

2010-12-08 Thread Alexandre Passito
Hi All, Yes. I included my component name in configure.ac.in but after running ./boot and ../configure it does not create the makefile into my component's directory. Did I miss something? Regards, Alex De: Kyriakos Zarifis [mailto:kyr.zari...@gmail.com] Enviada em: quarta-feira, 8

Re: [nox-dev] RES: New component using configure.ac.in

2010-12-08 Thread kk yap
Hi Alexandre, You added the component name or directory name. The latter is the right thing to do. Try to be a little more descriptive on what you do and we can try to figure out what is wrong. If it is a C component, try the nox-new-c-app.py script in src/utilities. Regards KK On 8 December

Re: [nox-dev] 6633 routing error

2010-12-08 Thread Abhishek Majumdar
Ok. But it was doing that for a long time. more than 30 mins.?? Thanks Abhishek Majumdar On 12/8/2010 9:00 PM, Kyriakos Zarifis wrote: Hi Abhishek, nothing is necessarily wrong in what you're describing. NOX seems to have started and is waiting for switches to connect. Running nox_core with

Re: [nox-dev] 6633 routing error

2010-12-08 Thread Murphy McCauley
(I've copied the list; it seems to have been dropped accidentally) It's normal behavior for NOX to start up and wait silently for switches to connect to it. Are you running any switches? -- Murphy On Dec 8, 2010, at 9:06 PM, Hasnat Ahmed wrote: Hi all, i am also facing this issue.

Re: [nox-dev] 6633 routing error

2010-12-08 Thread Murphy McCauley
(CCing the list again) I don't know much about OpenFlowVMS, so I can't help you too much with that. But... there seems to be a typo on http://www.openflowswitch.org/foswiki/bin/view/OpenFlow/Deployment/HOWTO/LabSetup#4_Controller_Setup Try grepping for port 6633 instead or 6663. Also, when

[nox-dev] latest nox

2010-12-08 Thread Abhishek Majumdar
Where can I get Nox 0.9.0 -- Thanks Abhishek Majumdar ___ nox-dev mailing list nox-dev@noxrepo.org http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Re: [nox-dev] [openflow-discuss] openflow virtual switch

2010-12-08 Thread Hasnat Ahmed
On Thu, Dec 9, 2010 at 11:55 AM, Hasnat Ahmed 10msithah...@seecs.edu.pkwrote: yeah i looked at the vms.xsd file and found that entry *xs:complexType name=ipType xs:choice xs:element name=static type=ipAddress / xs:element name=dynamic type=NULL /

Re: [nox-dev] [openflow-discuss] openflow virtual switch

2010-12-08 Thread kk yap
Hi Hasnat, XSD is a style definition for the XML file. You are interested in getting IP on the hosts and switches right? That means defining that in the XML file. I can give you an example tomorrow if that helps. Regards KK On 8 December 2010 23:03, Hasnat Ahmed 10msithah...@seecs.edu.pk

Re: [nox-dev] 6633 routing error

2010-12-08 Thread Abhishek Majumdar
when i executed vms-start.py my-network-name it gave me error: vde_switch: command not found. How do I fix this. Also while running NOX, how do i connect/start the switches? Thanks Abhishek Majumdar On 12/08/2010 11:55 PM, Murphy McCauley wrote: (CCing the list again) I don't know much

Re: [nox-dev] 6633 routing error

2010-12-08 Thread Abhishek Majumdar
I don't have the prob with vde_switch anymore. I installed vde2. Now I have a different problem. When i execute vms-start.pymy-network-name it gives me vde_switch: Could not bind to socket '/home/abhishek/opticsproj/vde/ctlof1host1/ctl': Address already in use vde_switch: Cleanup not