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

2011-11-10 Thread Murphy McCauley
How did you implement rate limiting with pyswitch, and how are you trying to do it with routing? I'm not sure exactly what you mean about the modules of NOX. They're all in the various coreapps/netapps/webapps directories in the NOX source repository. Not all of them are documented on the

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

2011-11-10 Thread Shan Hu
I has this topology as follows: host2 | [eth2] ovs2 /\ / \ host1--ovs1 ovs3--host3 i set queue tables on ovs2,created two queues,assigned queue0 with rate 400mbps~500mbps,and queue1 with rate 600mbps~700mbps.

[nox-dev] [PATCH] discovery.py to handle LLDP packets with VLAN tag

2011-11-10 Thread Aaron Rosen
If an LLDP packet comes in and contains a vlan tag, lldp_input_handler() did not handle this case. Attached is a patch that adds this behavior. Thanks, Aaron -- Aaron O. Rosen Masters Student - Network Communication 306B Fluor Daniel From 389163043d478a4131d129c9ce7b36eedf61411d Mon Sep 17

Re: [nox-dev] Getting flow table entries from switch

2011-11-10 Thread Aaron Rosen
Hi Theo, Yup there is a Monitoring.send_flow_stats_request() Cheers, Aaron P.S: here are some hints to get it working if it helps: import nox.lib.pyopenflow as of def send_flow_stats_request(): global xid flows = of.ofp_match() flows.wildcards = of.OFPFW_ALL ^ of.OFPFW_DL_SRC