Re: [pox-dev] Nonzero masked bits

2013-10-31 Thread Murphy McCauley
Phew. Glad to hear it. :) -- Murphy On Oct 31, 2013, at 3:37 PM, Amer wrote: > Hello, > > Thank you it works fine and I hope others get helpful comments from this > thread. > > Many thanks to you and I hope you the best in your life. > > Sincerely Yours, > Amer > > On ٣١‏/١٠‏/٢٠١٣, at ١٠:

Re: [pox-dev] Nonzero masked bits

2013-10-31 Thread Amer
Hello, Thank you it works fine and I hope others get helpful comments from this thread. Many thanks to you and I hope you the best in your life. Sincerely Yours, Amer On ٣١‏/١٠‏/٢٠١٣, at ١٠:٥٢ م, Murphy McCauley wrote: > > On Oct 31, 2013, at 4:13 AM, AMER wrote: > >> hello, >> >> this i

Re: [pox-dev] Nonzero masked bits

2013-10-31 Thread Murphy McCauley
On Oct 31, 2013, at 4:13 AM, AMER wrote: > hello, > > this is my code: > > def _handle_PacketIn (event): > packet = event.parsed > log.info("%s ready paacket IN", event) > > if ( packet.type == packet.ARP_TYPE): > RespondToARP(packet, event) > return > else: > #1 >

Re: [pox-dev] Nonzero masked bits

2013-10-31 Thread AMER
hello, this is my code: def _handle_PacketIn (event): packet = event.parsed log.info("%s ready paacket IN", event) if ( packet.type == packet.ARP_TYPE): RespondToARP(packet, event) return else: #1 msg1 = nx.nx_flow_mod() msg1.idle_timeout = 10 msg1.hard_