On Mon, Nov 10, 2014 at 08:50:06AM -0800, anuj kaul wrote:
> I will try that also. I had tried* ovs-vsctl --version* in *mininet *and
> it showed the same version as compiled by me.
> Wanted to make sure mininet is using my compiled binary.
That is easy: run "ovs-appctl version".
___
Hi ,
Thanks for your quick response.
I will try that also. I had tried* ovs-vsctl --version* in *mininet *and
it showed the same version as compiled by me.
Wanted to make sure mininet is using my compiled binary.
Regards
Anuj
On Mon, Nov 10, 2014 at 8:46 AM, Ben Pfaff wrote:
> On Sun, Nov
On Sun, Nov 09, 2014 at 10:28:39AM -0800, anuj kaul wrote:
> I have added few* VLOG_INFO* messages in* vswitchd/bridge.c* file .
>
> I checked ovs-dbserver is running and also ran* ovs-vsctl show* command to
> see if its working. It works fine .
>
> When i run mininet using command *sudo mn .*
Hi All,
I am new to openvswitch and openflow . I am trying to debug ovs .
My test environment has :
*OS *: Linux - Ubuntu 14.10
*Kernel - 3.16.3 *
*OVS Version : 2.3.90* ( build from source and installed)
*Latest Mininet .*
I have added few* VLOG_INFO* messages in* vswitchd/bridge.c* file .