Re: [pox-dev] Changing the POX component without restarting POX controller

2013-05-29 Thread Windhya Rankothge
Sorry trouble you again Murphy.. Is there any way that I can trace the packet, so that I can check the correctness of my algorithms ? I tried traceroute, but looks like its not working as expected in Mininet On Wed, May 29, 2013 at 2:13 PM, Windhya Rankothge windys...@gmail.comwrote: Thanks

Re: [pox-dev] Changing the POX component without restarting POX controller

2013-05-29 Thread Murphy McCauley
traceroute works via expiring TTLs, which won't happen in OpenFlow switches without some extra work. I don't know of a better way than just running a bunch of tcpdump/wireshark instances on all the intermediate switches. -- Murphy On May 29, 2013, at 7:25 AM, Windhya Rankothge wrote: Sorry