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

Rajahalme, Jarno (NSN - FI/Espoo) jarno.rajahalme at nsn.com
Wed Jun 26 15:07:58 UTC 2013


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 datapath/linux/openvswitch.ko
$ sudo lsmod | grep -i open
openvswitch            75841  0
gre                    12989  1 openvswitch


Roam,

Thanks for this tip. I added the "modprobe gre" line to my own scripts I use to run OVS and it works now :-)

  Jarno

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


More information about the dev mailing list