Re: [ovs-discuss] changing OpenVSwitch files

2016-05-21 Thread Ben Pfaff
On Sat, May 21, 2016 at 10:13:06PM +0500, Tooba Ahsen wrote: > I need to change a small amount of code on the ofproto folder that > exists in openvswitch. I try to run the ./configure and make commands > afterwards but it doesn't really seem to be working because the new > version of the functions

[ovs-discuss] changing OpenVSwitch files

2016-05-21 Thread Tooba Ahsen
Hi, I need to change a small amount of code on the ofproto folder that exists in openvswitch. I try to run the ./configure and make commands afterwards but it doesn't really seem to be working because the new version of the functions arent being used. Is there some other way to compile the chan