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

Roam Pune roampune at gmail.com
Tue Jun 25 22:05:43 UTC 2013


>> 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)
> >>     Error: could not insert module /cdrom/openvswitch.ko: Unknown symbol
> >> in module
> >
> >
> > 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 datapath/linux/openvswitch.ko
> > $ sudo lsmod | grep -i open
> > openvswitch            75841  0
> > gre                    12989  1 openvswitch
> >
> > Hope this helps.
>
> I sent out some patches.
>


Sorry missed your patches sent out earlier. Thanks again.

Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-dev/attachments/20130625/e87e063d/attachment-0003.html>


More information about the dev mailing list