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 =\
>         meta.json\
>         __init__.py \
>         spanning_tree.py
> NOX_RUNTIMEFILES = meta.json    \
>         __init__.py \
>         spanning_tree.py
> all-local:
>         @dlist="$(NOX_RUNTIMEFILES)";for f in $$dlist; do \
>           if test -f $(srcdir)/$$f && test ! -f $$f; then \
>                 ln -sf $(srcdir)/$$f $(builddir)/$$f;\
>           fi;\
>         done;
> and I modified the file spanning_tree/meta.json as follow:
>
>
> {
>     "components": [
>         {
>             "python": "nox.apps.spanning_tree.spanning_tree",
>             "dependencies": [
>                 "python",
>                 "discovery"
>             ],
>             "name": "spanning_tree",
>         }
>     ]
> }
>
> Is there some problem, but during the installation, there is no error.
> however, it seems the spanning_tree doesn't work.
> Thanks for your help.
>
> regards
>
> xiefeng
> 在 2010年12月26日 下午10:37,谢峰 <xiefen...@gmail.com>写道:
>
> 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? (
>>> 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, 2010 at 3:27 PM, 谢峰 <xiefen...@gmail.com> wrote:
>>>
>>>>   Hi, all
>>>> I have download tha "Spanning_Tree" component, but I don't know how to
>>>> use it.
>>>> someone can help me?
>>>> thanks,
>>>> xiefeng
>>>>
>>>>
>>>> _______________________________________________
>>>> nox-dev mailing list
>>>> nox-dev@noxrepo.org
>>>> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>>>>
>>>>
>>>
>>
>>
>>
>
>
>
_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to