Re: [pox-dev] Install a flow in for loop

2015-02-23 Thread Murphy McCauley
core.openflow.sendToDPID(dstsw, msgd) > > AttributeError: 'str' object has no attribute 'IP_TYPE' > > Thank you > > Eng Amer Alghadhban > COE > SANS-GCFW > CEH, SCNP, CCNA > > > From: amer7...@hotmail.com > To: murphy.mccau...@gmail.com; p

Re: [pox-dev] Install a flow in for loop

2015-02-23 Thread AMER
YPE' Thank you Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA From: amer7...@hotmail.com To: murphy.mccau...@gmail.com; pox-dev@lists.noxrepo.org Date: Mon, 23 Feb 2015 17:53:57 +0000 Subject: Re: [pox-dev] Install a flow in for loop Hello, I have removed the index [i], but sti

Re: [pox-dev] Install a flow in for loop

2015-02-23 Thread AMER
Hello, I have removed the index [i], but still nothing installed !!? Best regards, Eng Amer Alghadhban COE SANS-GCFW CEH, SCNP, CCNA From: amer7...@hotmail.com To: murphy.mccau...@gmail.com; pox-dev@lists.noxrepo.org Date: Mon, 23 Feb 2015 17:08:50 + Subject: [pox-dev] Install a flow

[pox-dev] Install a flow in for loop

2015-02-23 Thread AMER
hello, i want to install a flow table like the following: But it is not installing for i in range(0,3): msg[i] = of.ofp_flow_mod() msg[i].idle_timeout = 100 msg[i].hard_timeout = 120 msg[i].match.eth_type = packet.IP_TYPE msg[i].match.eth_src = packet