Hi,
I needed to implement the routing capability onto switches, for which I
made use of the rest_router.py. Next I need to sniff packets and perform
some kind of DPI for which I am using Scapy.
The problem I face is that when I run the two apps simultaneously using the
ryu-manager, I see print statements from both until the rest_router script
starts off with its logger. As soon as the routers are connected, uptil
when the static routes are set, there isn't a single print command from the
sniffer script visible on the console. Neither do I see any print
statements from the sniffer script when I manually put in the desired
packets into the topology.

Is there some way I could get past this? Could I suppress the logger, and
is it the right way?

Thanks,
Chaitanya
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to