Re: [Ryu-devel] [ryu-devel] adding flow by matching ipv4 destination

2015-03-10 Thread Satoshi KOBAYASHI
Please do not drop the ML. 2015-03-10 19:58 GMT+09:00 MD.Badruzzaman Shakib : > Hi Satoshi, > > Thanks for your reply. I changed the variable 'ipv4' and make it like- > > *nw = pkt.get_protocol(ipv4.ipv4)* > > and then trying to access the address using - > *src_add = nw.src* > *dst_add = nw.dst*

Re: [Ryu-devel] [ryu-devel] adding flow by matching ipv4 destination

2015-03-09 Thread Satoshi KOBAYASHI
2015-03-09 18:47 GMT+09:00 MD.Badruzzaman Shakib : > Hello everyone > > I am new in python. I wanted to develop a ryu-app that will calculate > shortest path and push those flows to the switch. While doing this i faced > the following problem- > > I wanted to match the ipv4 destination network to