Re: [ovs-dev] WARNING: "gre_add_protocol" [...] undefined!

2013-06-26 Thread Rajahalme, Jarno (NSN - FI/Espoo)
On Jun 26, 2013, at 0:47 , ext Roam Pune wrote: ... i got same error, but then i found a way around it using following command: $ sudo insmod datapath/linux/openvswitch.ko insmod: error inserting 'datapath/linux/openvswitch.ko': -1 Unknown symbol in module $ sudo modprobe gre $ sudo insmod data

Re: [ovs-dev] WARNING: "gre_add_protocol" [...] undefined!

2013-06-25 Thread Roam Pune
>> insmod fails in my test VM: > >> > >> + insmod /cdrom/openvswitch.ko > >> [ 13.017859] Disabling lock debugging due to kernel taint > >> [ 13.018742] openvswitch: Unknown symbol gre_del_protocol (err 0) > >> [ 13.019312] openvswitch: Unknown symbol gre_add_protocol (err 0)

Re: [ovs-dev] WARNING: "gre_add_protocol" [...] undefined!

2013-06-25 Thread Jesse Gross
On Tue, Jun 25, 2013 at 2:47 PM, Roam Pune wrote: > > > On Mon, Jun 24, 2013 at 10:09 AM, Ben Pfaff wrote: >> >> [oops, sorry, re-sending because I screwed up the list address on the >> first try] >> >> I'm getting the following warnings in my OVS master build tree (commit >> ede77a461fb "datapat

Re: [ovs-dev] WARNING: "gre_add_protocol" [...] undefined!

2013-06-25 Thread Roam Pune
On Mon, Jun 24, 2013 at 10:09 AM, Ben Pfaff wrote: > [oops, sorry, re-sending because I screwed up the list address on the > first try] > > I'm getting the following warnings in my OVS master build tree (commit > ede77a461fb "datapath: Fix a kernel crash caused by corrupted mask > list."): > >

Re: [ovs-dev] WARNING: "gre_add_protocol" [...] undefined!

2013-06-25 Thread Rajahalme, Jarno (NSN - FI/Espoo)
Me too, on Debian 3.2.46-1 x86_64 GNU/Linux Jarno On Jun 24, 2013, at 20:09 , ext Ben Pfaff wrote: > [oops, sorry, re-sending because I screwed up the list address on the > first try] > > I'm getting the following warnings in my OVS master build tree (commit > ede77a461fb "datapath: Fix a ke