Re: [Ryu-devel] issues about setup flow entry
On Fri, 8 Aug 2014 17:19:56 +0800 马超 wrote: > Hi ! > >I write a app with OFP1.0, and the OpenFlow versions on OVS is > *0x1:0x4*. What 'the OpenFlow versions on OVS is *0x1:0x4*.' means? -- _
[Ryu-devel] issues about setup flow entry
Hi ! I write a app with OFP1.0, and the OpenFlow versions on OVS is *0x1:0x4*. I want to set a flow on OVS: * "match=datapath.ofproto_parser.OFPMatch(nw_src=nw_src,nw_dst=nw_dst)"* the nw_src have been formatted to int with "*socket.ntohl(struct.unpack("!I",socket.inet_aton(srcip))[0
