Re: [nox-dev] how to add a new component

2010-12-26 Thread Kyriakos Zarifis
Hi Xiefeng, have you taken a look at this? ( http://www.openflowswitch.org/wk/index.php/Basic_Spanning_Tree#Installation) there are a few minor outdated instructions ( for example cd noxcore should be cd nox and nox.xml should be nox.json) but the main idea is described there. On Sun, Dec 26,

Re: [nox-dev] how to add a new component

2010-12-26 Thread 谢峰
I've done as the steps and I modified the nox.json, after the installation, In this file *build/src/etc/nox.json, I see packet-in-event first say spanning_tree component.* 2010/12/26 Kyriakos Zarifis kyr.zari...@gmail.com Hi Xiefeng, have you taken a look at this? (

Re: [nox-dev] how to add a new component

2010-12-26 Thread Kyriakos Zarifis
Are you running nox_core with spanning_tree? What are the sings that spanning_tree is not working? Can you attach a log with any relevant error messages? 2010/12/26 谢峰 xiefen...@gmail.com I modified the file:spanning_tree/Makefile.am as follow: include ../../../Make.vars EXTRA_DIST =\

Re: [nox-dev] how to add a new component

2010-12-26 Thread 谢峰
When I'm running nox_core with spanning_tree, it says the description is not found. so I run nox_core with routing, it's okay. but it seems not to have the function of spanning_tree. 在 2010年12月27日 上午1:44,Kyriakos Zarifis kyr.zari...@gmail.com写道: Are you running nox_core with spanning_tree?

Re: [nox-dev] how to add a new component

2010-12-26 Thread 谢峰
I've updated the file configure.ac.in and src/etc/nox.json. And then I modified the file spanning_tree/Makefile.am and spanning_tree/meta.json as follow: include ../../../Make.vars EXTRA_DIST =\ meta.json\ __init__.py \ spanning_tree.py NOX_RUNTIMEFILES = meta.json\

Re: [nox-dev] how to add a new component

2010-12-26 Thread 谢峰
It's ok, I've done re-run ./boot.sh, ./configure and the installation is successful. thanks KK. xiefeng 在 2010年12月27日 上午10:17,kk yap yap...@stanford.edu写道: Sorry to ask the obvious, but you did re-run ./boot.sh, ./configure and make right? You can tell that I cannot find obvious problems in