Re: [ovs-discuss] Adding nw_proto with nicira extensions from pox

2013-12-05 Thread Ben Pfaff
Please don't drop the list. I don't use POX, so you can list stuff that doesn't work with POX all day and I won't be able to help. But if you provide a hex dump of the OpenFlow message, then I can tell you what it's doing. On Thu, Dec 05, 2013 at 07:56:51PM -0800, Jayanth Silesh wrote: > when I

Re: [ovs-discuss] Adding nw_proto with nicira extensions from pox

2013-12-05 Thread Ben Pfaff
On Thu, Dec 05, 2013 at 07:05:29PM -0800, Jayanth Silesh wrote: > I am trying to add nw_proto with nicira extensions from pox. > I have been really struggling with this. > I want to add, nw_proto field on a table which is not the default one. > > Eg: table_id=2 , dl_type =0x0800 , nw_proto=6 > >

[ovs-discuss] Adding nw_proto with nicira extensions from pox

2013-12-05 Thread Jayanth Silesh
Hey All, I am trying to add nw_proto with nicira extensions from pox. I have been really struggling with this. I want to add, nw_proto field on a table which is not the default one. Eg: table_id=2 , dl_type =0x0800 , nw_proto=6 The only way is to go about nicira extensions since thats the only w