Re: [Ryu-devel] problem with in_port in ofproto_v1_3_parser.py
Brought to you by:
nz_gizmoguy
|
From: FUJITA T. <fuj...@la...> - 2013-01-10 02:02:13
|
On Wed, 9 Jan 2013 16:41:07 -0800 Shivaram Mysore <shi...@gm...> wrote: > Hello, > > I am running a simple flow learning application and I get the below error. > I have a feeling that the fix as noted in > https://github.com/rpt/ryu/commit/ebf7638aac4481762e10ec90958f1480761a3893could > help resolve this issue: > > ryu/ofproto/ofproto_v1_3_parser.py > > - View file @ > ebf7638<https://github.com/rpt/ryu/blob/ebf7638aac4481762e10ec90958f1480761a3893/ryu/ofproto/ofproto_v1_3_parser.py> > > ......** I've applied the above fix, thanks. |