Re: [nox-dev] what is the difference between pyswitch and routing module?

2011-12-15 Thread Murphy McCauley
No. The situation is as I described -- the routing module is really more like a network-wide L2 switch than anything else. It's possible to implement some L3 routing functionality in NOX as Srini mentions in the referenced email. However, there's at least one thing that IP routers do which ca

Re: [nox-dev] what is the difference between pyswitch and routing module?

2011-12-12 Thread linbo
04 00:44 To: Shan Hu CC: nox-dev Subject: Re: [nox-dev] what is the difference between pyswitch and routing module? pyswitch is intended to be a very simple demo and does something along the lines of making each switch in the network a standalone L2 learning switch. Each switch gets no insight

Re: [nox-dev] what is the difference between pyswitch and routing module?

2011-11-11 Thread Shan Hu
- Forwarded Message - From: "Shan Hu" To: "Murphy McCauley" Sent: Friday, November 11, 2011 2:28:19 PM Subject: Re: [nox-dev] what is the difference between pyswitch and routing module? Thank you,Murphy.I get what you mean. The reason i use ovs-ofctl to add flow i

Re: [nox-dev] what is the difference between pyswitch and routing module?

2011-11-11 Thread Murphy McCauley
e the rate is limited > with pyswitch. > > Shan > > - Original Message - > From: "Murphy McCauley" > To: "Shan Hu" > Cc: "nox-dev" > Sent: Thursday, November 10, 2011 3:41:04 PM > Subject: Re: [nox-dev] what is the difference be

Re: [nox-dev] what is the difference between pyswitch and routing module?

2011-11-10 Thread Shan Hu
tch. Shan - Original Message - From: "Murphy McCauley" To: "Shan Hu" Cc: "nox-dev" Sent: Thursday, November 10, 2011 3:41:04 PM Subject: Re: [nox-dev] what is the difference between pyswitch and routing module? How did you implement rate limiting with pyswitc

Re: [nox-dev] what is the difference between pyswitch and routing module?

2011-11-10 Thread Murphy McCauley
- Original Message - > From: "Murphy McCauley" > To: "Shan Hu" > Cc: "nox-dev" > Sent: Thursday, November 3, 2011 11:44:33 AM > Subject: Re: [nox-dev] what is the difference between pyswitch and routing > module? > > pyswitch is intende

Re: [nox-dev] what is the difference between pyswitch and routing module?

2011-11-10 Thread Shan Hu
?There are not much in the noxwiki.Or, those in noxwiki already include all existing modules? regards, Shan - Original Message - From: "Murphy McCauley" To: "Shan Hu" Cc: "nox-dev" Sent: Thursday, November 3, 2011 11:44:33 AM Subject: Re: [nox-dev] what is t

Re: [nox-dev] what is the difference between pyswitch and routing module?

2011-11-03 Thread Murphy McCauley
pyswitch is intended to be a very simple demo and does something along the lines of making each switch in the network a standalone L2 learning switch. Each switch gets no insight about the topology from its neighbors. routing actually uses a global view of the topology, and can just generate o

[nox-dev] what is the difference between pyswitch and routing module?

2011-11-02 Thread Shan Hu
I'm wondering what's the different between routing module and pyswitch module? I can find from wiki that routing is basically a forwarding module. but what about pyswitch? Because after i connected 3 openvswitchs(like this:host1 -- ovs1 -- ovs2 -- ovs3 --host2),i firstly ran pyswitch module,the