On Tue, May 29, 2012 at 10:48:10AM +0530, Naga Rohit wrote:
> Btw, is ovs 1.7.9 compatible with linux kernel 2.6.38-8 ?
Yes.
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev
On Tue, May 29, 2012 at 6:47 AM, Ben Pfaff wrote:
> On Mon, May 28, 2012 at 12:24:15PM +0530, Naga Rohit wrote:
>> I am using latest code checked out from git (after patching it with
>> the 2/2 patches by Ravi K ) When running this command:
>>
>> ovs-openflowd dp0 tcp:127.0.0.1:6633 --fail=secure
On Mon, May 28, 2012 at 12:24:15PM +0530, Naga Rohit wrote:
> I am using latest code checked out from git (after patching it with
> the 2/2 patches by Ravi K ) When running this command:
>
> ovs-openflowd dp0 tcp:127.0.0.1:6633 --fail=secure --listen=ptcp:6634
> --datapath-id=0001
Y
Yes, on "lsmod", the "openvswitch" module is loaded. But it is not
claimed by any process (Users = 0), even though mininet is running.
And I have to mention that I have changed "~/mininet/mininet/node.py"
file to seek "openvswitch.ko" module, rather than "openvswitch_mod.ko"
as per the change log o
On May 27, 2012, at 11:54 PM, Naga Rohit wrote:
> May 28 05:12:12|3|dpif_linux|ERR|Generic Netlink family
> 'odp_datapath' does not exist. The Open vSwitch kernel module is
> probably not loaded.
...
>
> Where is the problem ?
Is the Open vSwitch kernel module loaded?
--Justin
__
Hi,
I am using latest code checked out from git (after patching it with
the 2/2 patches by Ravi K ) When running this command:
ovs-openflowd dp0 tcp:127.0.0.1:6633 --fail=secure --listen=ptcp:6634
--datapath-id=0001
It is not working and failing with the following message:
May 28